Class ApduControlNack
java.lang.Object
org.apache.plc4x.java.knxnetip.readwrite.ApduControl
org.apache.plc4x.java.knxnetip.readwrite.ApduControlNack
- All Implemented Interfaces:
Message,Serializable
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class org.apache.plc4x.java.knxnetip.readwrite.ApduControl
ApduControl.ApduControlBuilder -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanintintinthashCode()protected voidserializeApduControlChild(WriteBuffer writeBuffer) staticParseBuilder(ReadBuffer readBuffer) toString()Methods inherited from class org.apache.plc4x.java.knxnetip.readwrite.ApduControl
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
-
Constructor Details
-
ApduControlNack
public ApduControlNack()
-
-
Method Details
-
getControlType
- Specified by:
getControlTypein classApduControl
-
serializeApduControlChild
- Specified by:
serializeApduControlChildin classApduControl- Throws:
SerializationException
-
getLengthInBytes
public int getLengthInBytes()- Specified by:
getLengthInBytesin interfaceMessage- Overrides:
getLengthInBytesin classApduControl
-
getLengthInBits
public int getLengthInBits()- Specified by:
getLengthInBitsin interfaceMessage- Overrides:
getLengthInBitsin classApduControl
-
staticParseBuilder
public static ApduControlNack.ApduControlNackBuilder staticParseBuilder(ReadBuffer readBuffer) throws ParseException - Throws:
ParseException
-
equals
- Overrides:
equalsin classApduControl
-
hashCode
public int hashCode()- Overrides:
hashCodein classApduControl
-
toString
- Overrides:
toStringin classApduControl
-