Class ApduControl
- java.lang.Object
-
- org.apache.plc4x.java.knxnetip.readwrite.ApduControl
-
- All Implemented Interfaces:
Message,Serializable
- Direct Known Subclasses:
ApduControlAck,ApduControlConnect,ApduControlDisconnect,ApduControlNack
public abstract class ApduControl extends Object implements Message
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceApduControl.ApduControlBuilder
-
Constructor Summary
Constructors Constructor Description ApduControl()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)abstract BytegetControlType()intgetLengthInBits()intgetLengthInBytes()inthashCode()voidserialize(WriteBuffer writeBuffer)protected abstract voidserializeApduControlChild(WriteBuffer writeBuffer)static ApduControlstaticParse(ReadBuffer readBuffer)static ApduControlstaticParse(ReadBuffer readBuffer, Object... args)StringtoString()
-
-
-
Method Detail
-
getControlType
public abstract Byte getControlType()
-
serializeApduControlChild
protected abstract void serializeApduControlChild(WriteBuffer writeBuffer) throws SerializationException
- Throws:
SerializationException
-
serialize
public void serialize(WriteBuffer writeBuffer) throws SerializationException
- 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 ApduControl staticParse(ReadBuffer readBuffer, Object... args) throws ParseException
- Throws:
ParseException
-
staticParse
public static ApduControl staticParse(ReadBuffer readBuffer) throws ParseException
- Throws:
ParseException
-
-