Class DF1CommandResponseMessageProtectedTypedLogicalRead
- java.lang.Object
-
- org.apache.plc4x.java.abeth.readwrite.DF1ResponseMessage
-
- org.apache.plc4x.java.abeth.readwrite.DF1CommandResponseMessageProtectedTypedLogicalRead
-
- All Implemented Interfaces:
Message,Serializable
public class DF1CommandResponseMessageProtectedTypedLogicalRead extends DF1ResponseMessage implements Message
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDF1CommandResponseMessageProtectedTypedLogicalRead.DF1CommandResponseMessageProtectedTypedLogicalReadBuilderImpl-
Nested classes/interfaces inherited from class org.apache.plc4x.java.abeth.readwrite.DF1ResponseMessage
DF1ResponseMessage.DF1ResponseMessageBuilder
-
-
Field Summary
Fields Modifier and Type Field Description protected List<Short>data-
Fields inherited from class org.apache.plc4x.java.abeth.readwrite.DF1ResponseMessage
destinationAddress, sourceAddress, status, transactionCounter
-
-
Constructor Summary
Constructors Constructor Description DF1CommandResponseMessageProtectedTypedLogicalRead(short destinationAddress, short sourceAddress, short status, int transactionCounter, List<Short> data)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)ShortgetCommandCode()List<Short>getData()intgetLengthInBits()intgetLengthInBytes()inthashCode()protected voidserializeDF1ResponseMessageChild(WriteBuffer writeBuffer)static DF1ResponseMessage.DF1ResponseMessageBuilderstaticParseDF1ResponseMessageBuilder(ReadBuffer readBuffer, Integer payloadLength)StringtoString()-
Methods inherited from class org.apache.plc4x.java.abeth.readwrite.DF1ResponseMessage
getDestinationAddress, getSourceAddress, getStatus, getTransactionCounter, 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
-
getCommandCode
public Short getCommandCode()
- Specified by:
getCommandCodein classDF1ResponseMessage
-
serializeDF1ResponseMessageChild
protected void serializeDF1ResponseMessageChild(WriteBuffer writeBuffer) throws SerializationException
- Specified by:
serializeDF1ResponseMessageChildin classDF1ResponseMessage- Throws:
SerializationException
-
getLengthInBytes
public int getLengthInBytes()
- Specified by:
getLengthInBytesin interfaceMessage- Overrides:
getLengthInBytesin classDF1ResponseMessage
-
getLengthInBits
public int getLengthInBits()
- Specified by:
getLengthInBitsin interfaceMessage- Overrides:
getLengthInBitsin classDF1ResponseMessage
-
staticParseDF1ResponseMessageBuilder
public static DF1ResponseMessage.DF1ResponseMessageBuilder staticParseDF1ResponseMessageBuilder(ReadBuffer readBuffer, Integer payloadLength) throws ParseException
- Throws:
ParseException
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classDF1ResponseMessage
-
hashCode
public int hashCode()
- Overrides:
hashCodein classDF1ResponseMessage
-
toString
public String toString()
- Overrides:
toStringin classDF1ResponseMessage
-
-