Class DeviceConfigurationAckDataBlock
java.lang.Object
org.apache.plc4x.java.knxnetip.readwrite.DeviceConfigurationAckDataBlock
- All Implemented Interfaces:
Message,Serializable
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final shortprotected final shortprotected final Status -
Constructor Summary
ConstructorsConstructorDescriptionDeviceConfigurationAckDataBlock(short communicationChannelId, short sequenceCounter, Status status) -
Method Summary
Modifier and TypeMethodDescriptionbooleanshortintintshortinthashCode()voidserialize(WriteBuffer writeBuffer) staticParse(ReadBuffer readBuffer) staticParse(ReadBuffer readBuffer, Object... args) toString()
-
Field Details
-
communicationChannelId
protected final short communicationChannelId -
sequenceCounter
protected final short sequenceCounter -
status
-
-
Constructor Details
-
DeviceConfigurationAckDataBlock
public DeviceConfigurationAckDataBlock(short communicationChannelId, short sequenceCounter, Status status)
-
-
Method Details
-
getCommunicationChannelId
public short getCommunicationChannelId() -
getSequenceCounter
public short getSequenceCounter() -
getStatus
-
serialize
- Specified by:
serializein interfaceSerializable- Throws:
SerializationException
-
getLengthInBytes
public int getLengthInBytes()- Specified by:
getLengthInBytesin interfaceMessage
-
getLengthInBits
public int getLengthInBits()- Specified by:
getLengthInBitsin interfaceMessage
-
staticParse
public static DeviceConfigurationAckDataBlock staticParse(ReadBuffer readBuffer, Object... args) throws ParseException - Throws:
ParseException
-
staticParse
public static DeviceConfigurationAckDataBlock staticParse(ReadBuffer readBuffer) throws ParseException - Throws:
ParseException
-
equals
-
hashCode
public int hashCode() -
toString
-