Class CIPEncapsulationConnectionRequest
- java.lang.Object
-
- org.apache.plc4x.java.abeth.readwrite.CIPEncapsulationPacket
-
- org.apache.plc4x.java.abeth.readwrite.CIPEncapsulationConnectionRequest
-
- All Implemented Interfaces:
Message,Serializable
public class CIPEncapsulationConnectionRequest extends CIPEncapsulationPacket implements Message
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCIPEncapsulationConnectionRequest.CIPEncapsulationConnectionRequestBuilderImpl-
Nested classes/interfaces inherited from class org.apache.plc4x.java.abeth.readwrite.CIPEncapsulationPacket
CIPEncapsulationPacket.CIPEncapsulationPacketBuilder
-
-
Field Summary
-
Fields inherited from class org.apache.plc4x.java.abeth.readwrite.CIPEncapsulationPacket
options, senderContext, sessionHandle, status
-
-
Constructor Summary
Constructors Constructor Description CIPEncapsulationConnectionRequest(long sessionHandle, long status, List<Short> senderContext, long options)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)IntegergetCommandType()intgetLengthInBits()intgetLengthInBytes()inthashCode()protected voidserializeCIPEncapsulationPacketChild(WriteBuffer writeBuffer)static CIPEncapsulationPacket.CIPEncapsulationPacketBuilderstaticParseCIPEncapsulationPacketBuilder(ReadBuffer readBuffer)StringtoString()-
Methods inherited from class org.apache.plc4x.java.abeth.readwrite.CIPEncapsulationPacket
getOptions, getSenderContext, getSessionHandle, getStatus, serialize, staticParse, staticParse
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.apache.plc4x.java.spi.utils.Serializable
serialize
-
-
-
-
Method Detail
-
getCommandType
public Integer getCommandType()
- Specified by:
getCommandTypein classCIPEncapsulationPacket
-
serializeCIPEncapsulationPacketChild
protected void serializeCIPEncapsulationPacketChild(WriteBuffer writeBuffer) throws SerializationException
- Specified by:
serializeCIPEncapsulationPacketChildin classCIPEncapsulationPacket- Throws:
SerializationException
-
getLengthInBytes
public int getLengthInBytes()
- Specified by:
getLengthInBytesin interfaceMessage- Overrides:
getLengthInBytesin classCIPEncapsulationPacket
-
getLengthInBits
public int getLengthInBits()
- Specified by:
getLengthInBitsin interfaceMessage- Overrides:
getLengthInBitsin classCIPEncapsulationPacket
-
staticParseCIPEncapsulationPacketBuilder
public static CIPEncapsulationPacket.CIPEncapsulationPacketBuilder staticParseCIPEncapsulationPacketBuilder(ReadBuffer readBuffer) throws ParseException
- Throws:
ParseException
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classCIPEncapsulationPacket
-
hashCode
public int hashCode()
- Overrides:
hashCodein classCIPEncapsulationPacket
-
toString
public String toString()
- Overrides:
toStringin classCIPEncapsulationPacket
-
-