Uses of Class
org.apache.plc4x.java.s7.readwrite.COTPPacket
-
Packages that use COTPPacket Package Description org.apache.plc4x.java.s7.readwrite -
-
Uses of COTPPacket in org.apache.plc4x.java.s7.readwrite
Subclasses of COTPPacket in org.apache.plc4x.java.s7.readwrite Modifier and Type Class Description classCOTPPacketConnectionRequestclassCOTPPacketConnectionResponseclassCOTPPacketDataclassCOTPPacketDisconnectRequestclassCOTPPacketDisconnectResponseclassCOTPPacketTpduErrorFields in org.apache.plc4x.java.s7.readwrite declared as COTPPacket Modifier and Type Field Description protected COTPPacketTPKTPacket. payloadMethods in org.apache.plc4x.java.s7.readwrite that return COTPPacket Modifier and Type Method Description COTPPacketCOTPPacket.COTPPacketBuilder. build(List<COTPParameter> parameters, S7Message payload)COTPPacketTPKTPacket. getPayload()static COTPPacketCOTPPacket. staticParse(ReadBuffer readBuffer, Integer cotpLen)static COTPPacketCOTPPacket. staticParse(ReadBuffer readBuffer, Object... args)Constructors in org.apache.plc4x.java.s7.readwrite with parameters of type COTPPacket Constructor Description TPKTPacket(COTPPacket payload)
-