Class TunnelingResponseDataBlock
java.lang.Object
org.apache.plc4x.java.knxnetip.readwrite.TunnelingResponseDataBlock
- All Implemented Interfaces:
Message,Serializable
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final shortprotected final shortprotected final Status -
Constructor Summary
ConstructorsConstructorDescriptionTunnelingResponseDataBlock(short communicationChannelId, short sequenceCounter, Status status) -
Method Summary
Modifier and TypeMethodDescriptionbooleanshortintintshortinthashCode()voidserialize(WriteBuffer writeBuffer) static TunnelingResponseDataBlockstaticParse(ReadBuffer readBuffer) static TunnelingResponseDataBlockstaticParse(ReadBuffer readBuffer, Object... args) toString()
-
Field Details
-
communicationChannelId
protected final short communicationChannelId -
sequenceCounter
protected final short sequenceCounter -
status
-
-
Constructor Details
-
TunnelingResponseDataBlock
public TunnelingResponseDataBlock(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 TunnelingResponseDataBlock staticParse(ReadBuffer readBuffer, Object... args) throws ParseException - Throws:
ParseException
-
staticParse
- Throws:
ParseException
-
equals
-
hashCode
public int hashCode() -
toString
-