Class ApduControlDisconnect
- java.lang.Object
-
- org.apache.plc4x.java.knxnetip.readwrite.ApduControl
-
- org.apache.plc4x.java.knxnetip.readwrite.ApduControlDisconnect
-
- All Implemented Interfaces:
Message,Serializable
public class ApduControlDisconnect extends ApduControl implements Message
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classApduControlDisconnect.ApduControlDisconnectBuilderImpl-
Nested classes/interfaces inherited from class org.apache.plc4x.java.knxnetip.readwrite.ApduControl
ApduControl.ApduControlBuilder
-
-
Constructor Summary
Constructors Constructor Description ApduControlDisconnect()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)BytegetControlType()intgetLengthInBits()intgetLengthInBytes()inthashCode()protected voidserializeApduControlChild(WriteBuffer writeBuffer)static ApduControl.ApduControlBuilderstaticParseApduControlBuilder(ReadBuffer readBuffer)StringtoString()-
Methods inherited from class org.apache.plc4x.java.knxnetip.readwrite.ApduControl
serialize, staticParse, staticParse
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.apache.plc4x.java.spi.utils.Serializable
serialize
-
-
-
-
Method Detail
-
getControlType
public Byte getControlType()
- Specified by:
getControlTypein classApduControl
-
serializeApduControlChild
protected void serializeApduControlChild(WriteBuffer writeBuffer) throws SerializationException
- 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
-
staticParseApduControlBuilder
public static ApduControl.ApduControlBuilder staticParseApduControlBuilder(ReadBuffer readBuffer) throws ParseException
- Throws:
ParseException
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classApduControl
-
hashCode
public int hashCode()
- Overrides:
hashCodein classApduControl
-
toString
public String toString()
- Overrides:
toStringin classApduControl
-
-