Class CipSecurityInformation
- java.lang.Object
-
- org.apache.plc4x.java.eip.readwrite.CommandSpecificDataItem
-
- org.apache.plc4x.java.eip.readwrite.CipSecurityInformation
-
- All Implemented Interfaces:
Message,Serializable
public class CipSecurityInformation extends CommandSpecificDataItem implements Message
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCipSecurityInformation.CipSecurityInformationBuilderImpl-
Nested classes/interfaces inherited from class org.apache.plc4x.java.eip.readwrite.CommandSpecificDataItem
CommandSpecificDataItem.CommandSpecificDataItemBuilder
-
-
Field Summary
Fields Modifier and Type Field Description protected List<Short>todoImplement
-
Constructor Summary
Constructors Constructor Description CipSecurityInformation(List<Short> todoImplement)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)IntegergetItemType()intgetLengthInBits()intgetLengthInBytes()List<Short>getTodoImplement()inthashCode()protected voidserializeCommandSpecificDataItemChild(WriteBuffer writeBuffer)static CommandSpecificDataItem.CommandSpecificDataItemBuilderstaticParseCommandSpecificDataItemBuilder(ReadBuffer readBuffer)StringtoString()-
Methods inherited from class org.apache.plc4x.java.eip.readwrite.CommandSpecificDataItem
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
-
getItemType
public Integer getItemType()
- Specified by:
getItemTypein classCommandSpecificDataItem
-
serializeCommandSpecificDataItemChild
protected void serializeCommandSpecificDataItemChild(WriteBuffer writeBuffer) throws SerializationException
- Specified by:
serializeCommandSpecificDataItemChildin classCommandSpecificDataItem- Throws:
SerializationException
-
getLengthInBytes
public int getLengthInBytes()
- Specified by:
getLengthInBytesin interfaceMessage- Overrides:
getLengthInBytesin classCommandSpecificDataItem
-
getLengthInBits
public int getLengthInBits()
- Specified by:
getLengthInBitsin interfaceMessage- Overrides:
getLengthInBitsin classCommandSpecificDataItem
-
staticParseCommandSpecificDataItemBuilder
public static CommandSpecificDataItem.CommandSpecificDataItemBuilder staticParseCommandSpecificDataItemBuilder(ReadBuffer readBuffer) throws ParseException
- Throws:
ParseException
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classCommandSpecificDataItem
-
hashCode
public int hashCode()
- Overrides:
hashCodein classCommandSpecificDataItem
-
toString
public String toString()
- Overrides:
toStringin classCommandSpecificDataItem
-
-