Uses of Class
org.apache.plc4x.java.s7.readwrite.S7Message
Packages that use S7Message
-
Uses of S7Message in org.apache.plc4x.java.s7.readwrite
Subclasses of S7Message in org.apache.plc4x.java.s7.readwriteModifier and TypeClassDescriptionclassclassclassclassFields in org.apache.plc4x.java.s7.readwrite declared as S7MessageMethods in org.apache.plc4x.java.s7.readwrite that return S7MessageModifier and TypeMethodDescriptionS7Message.S7MessageBuilder.build(int tpduReference, S7Parameter parameter, S7Payload payload) COTPPacket.getPayload()static S7MessageS7Message.staticParse(ReadBuffer readBuffer) static S7MessageS7Message.staticParse(ReadBuffer readBuffer, Object... args) Methods in org.apache.plc4x.java.s7.readwrite with parameters of type S7MessageModifier and TypeMethodDescriptionCOTPPacket.COTPPacketBuilder.build(List<COTPParameter> parameters, S7Message payload, Integer cotpLen) COTPPacketConnectionRequest.COTPPacketConnectionRequestBuilder.build(List<COTPParameter> parameters, S7Message payload, Integer cotpLen) COTPPacketConnectionResponse.COTPPacketConnectionResponseBuilder.build(List<COTPParameter> parameters, S7Message payload, Integer cotpLen) COTPPacketData.COTPPacketDataBuilder.build(List<COTPParameter> parameters, S7Message payload, Integer cotpLen) COTPPacketDisconnectRequest.COTPPacketDisconnectRequestBuilder.build(List<COTPParameter> parameters, S7Message payload, Integer cotpLen) COTPPacketDisconnectResponse.COTPPacketDisconnectResponseBuilder.build(List<COTPParameter> parameters, S7Message payload, Integer cotpLen) COTPPacketTpduError.COTPPacketTpduErrorBuilder.build(List<COTPParameter> parameters, S7Message payload, Integer cotpLen) Constructors in org.apache.plc4x.java.s7.readwrite with parameters of type S7MessageModifierConstructorDescriptionCOTPPacket(List<COTPParameter> parameters, S7Message payload, Integer cotpLen) COTPPacketConnectionRequest(List<COTPParameter> parameters, S7Message payload, int destinationReference, int sourceReference, COTPProtocolClass protocolClass, Integer cotpLen) COTPPacketConnectionResponse(List<COTPParameter> parameters, S7Message payload, int destinationReference, int sourceReference, COTPProtocolClass protocolClass, Integer cotpLen) COTPPacketData(List<COTPParameter> parameters, S7Message payload, boolean eot, short tpduRef, Integer cotpLen) COTPPacketDisconnectRequest(List<COTPParameter> parameters, S7Message payload, int destinationReference, int sourceReference, COTPProtocolClass protocolClass, Integer cotpLen) COTPPacketDisconnectResponse(List<COTPParameter> parameters, S7Message payload, int destinationReference, int sourceReference, Integer cotpLen) COTPPacketTpduError(List<COTPParameter> parameters, S7Message payload, int destinationReference, short rejectCause, Integer cotpLen)