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