Class ApduControlContainer
java.lang.Object
org.apache.plc4x.java.knxnetip.readwrite.Apdu
org.apache.plc4x.java.knxnetip.readwrite.ApduControlContainer
- All Implemented Interfaces:
Message,Serializable
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class org.apache.plc4x.java.knxnetip.readwrite.Apdu
Apdu.ApduBuilder -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionApduControlContainer(boolean numbered, byte counter, ApduControl controlApdu, Short dataLength) -
Method Summary
Modifier and TypeMethodDescriptionbooleanintintinthashCode()protected voidserializeApduChild(WriteBuffer writeBuffer) staticParseBuilder(ReadBuffer readBuffer, Short dataLength) toString()Methods inherited from class org.apache.plc4x.java.knxnetip.readwrite.Apdu
getCounter, getNumbered, 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
-
controlApdu
-
dataLength
-
-
Constructor Details
-
ApduControlContainer
public ApduControlContainer(boolean numbered, byte counter, ApduControl controlApdu, Short dataLength)
-
-
Method Details
-
getControl
- Specified by:
getControlin classApdu
-
getControlApdu
-
serializeApduChild
- Specified by:
serializeApduChildin classApdu- Throws:
SerializationException
-
getLengthInBytes
public int getLengthInBytes()- Specified by:
getLengthInBytesin interfaceMessage- Overrides:
getLengthInBytesin classApdu
-
getLengthInBits
public int getLengthInBits()- Specified by:
getLengthInBitsin interfaceMessage- Overrides:
getLengthInBitsin classApdu
-
staticParseBuilder
public static ApduControlContainer.ApduControlContainerBuilder staticParseBuilder(ReadBuffer readBuffer, Short dataLength) throws ParseException - Throws:
ParseException
-
equals
-
hashCode
public int hashCode() -
toString
-