Class ApduControl
java.lang.Object
org.apache.plc4x.java.knxnetip.readwrite.ApduControl
- All Implemented Interfaces:
Message,Serializable
- Direct Known Subclasses:
ApduControlAck,ApduControlConnect,ApduControlDisconnect,ApduControlNack
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanabstract ByteintintinthashCode()voidserialize(WriteBuffer writeBuffer) protected abstract voidserializeApduControlChild(WriteBuffer writeBuffer) static ApduControlstaticParse(ReadBuffer readBuffer) static ApduControlstaticParse(ReadBuffer readBuffer, Object... args) toString()
-
Constructor Details
-
ApduControl
public ApduControl()
-
-
Method Details
-
getControlType
-
serializeApduControlChild
protected abstract void serializeApduControlChild(WriteBuffer writeBuffer) throws SerializationException - Throws:
SerializationException
-
serialize
- Specified by:
serializein interfaceSerializable- Throws:
SerializationException
-
getLengthInBytes
public int getLengthInBytes()- Specified by:
getLengthInBytesin interfaceMessage
-
getLengthInBits
public int getLengthInBits()- Specified by:
getLengthInBitsin interfaceMessage
-
staticParse
- Throws:
ParseException
-
staticParse
- Throws:
ParseException
-
equals
-
hashCode
public int hashCode() -
toString
-