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 ClassesModifier and TypeClassDescriptionstatic classNested classes/interfaces inherited from class org.apache.plc4x.java.abeth.readwrite.DF1ResponseMessage
DF1ResponseMessage.DF1ResponseMessageBuilder -
Field Summary
FieldsFields inherited from class org.apache.plc4x.java.abeth.readwrite.DF1ResponseMessage
destinationAddress, sourceAddress, status, transactionCounter -
Constructor Summary
ConstructorsConstructorDescriptionDF1CommandResponseMessageProtectedTypedLogicalRead(short destinationAddress, short sourceAddress, short status, int transactionCounter, List<Short> data, Integer payloadLength) -
Method Summary
Modifier and TypeMethodDescriptionbooleangetData()intintinthashCode()protected voidserializeDF1ResponseMessageChild(WriteBuffer writeBuffer) staticParseBuilder(ReadBuffer readBuffer, Integer payloadLength) toString()Methods inherited from class org.apache.plc4x.java.abeth.readwrite.DF1ResponseMessage
getDestinationAddress, getSourceAddress, getStatus, getTransactionCounter, serialize, staticParse, staticParseMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.plc4x.java.spi.utils.Serializable
serialize
-
Field Details
-
data
-
payloadLength
-
-
Constructor Details
-
DF1CommandResponseMessageProtectedTypedLogicalRead
-
-
Method Details
-
getCommandCode
- Specified by:
getCommandCodein classDF1ResponseMessage
-
getData
-
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
-
staticParseBuilder
public static DF1CommandResponseMessageProtectedTypedLogicalRead.DF1CommandResponseMessageProtectedTypedLogicalReadBuilder staticParseBuilder(ReadBuffer readBuffer, Integer payloadLength) throws ParseException - Throws:
ParseException
-
equals
- Overrides:
equalsin classDF1ResponseMessage
-
hashCode
public int hashCode()- Overrides:
hashCodein classDF1ResponseMessage
-
toString
- Overrides:
toStringin classDF1ResponseMessage
-