Class DeviceStatus
java.lang.Object
org.apache.plc4x.java.knxnetip.readwrite.DeviceStatus
- All Implemented Interfaces:
Message,Serializable
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanintintbooleaninthashCode()voidserialize(WriteBuffer writeBuffer) static DeviceStatusstaticParse(ReadBuffer readBuffer) static DeviceStatusstaticParse(ReadBuffer readBuffer, Object... args) toString()
-
Field Details
-
programMode
protected final boolean programMode
-
-
Constructor Details
-
DeviceStatus
public DeviceStatus(boolean programMode)
-
-
Method Details
-
getProgramMode
public boolean getProgramMode() -
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
-