Class GroupObjectDescriptorRealisationTypeB
java.lang.Object
org.apache.plc4x.java.knxnetip.readwrite.GroupObjectDescriptorRealisationTypeB
- All Implemented Interfaces:
Message,Serializable
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final booleanprotected final CEMIPriorityprotected final booleanprotected final booleanprotected final booleanprotected final booleanprotected final ComObjectValueTypeprotected final boolean -
Constructor Summary
ConstructorsConstructorDescriptionGroupObjectDescriptorRealisationTypeB(boolean updateEnable, boolean transmitEnable, boolean segmentSelectorEnable, boolean writeEnable, boolean readEnable, boolean communicationEnable, CEMIPriority priority, ComObjectValueType valueType) -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanintintbooleanbooleanbooleanbooleanbooleaninthashCode()voidserialize(WriteBuffer writeBuffer) staticParse(ReadBuffer readBuffer) staticParse(ReadBuffer readBuffer, Object... args) toString()
-
Field Details
-
updateEnable
protected final boolean updateEnable -
transmitEnable
protected final boolean transmitEnable -
segmentSelectorEnable
protected final boolean segmentSelectorEnable -
writeEnable
protected final boolean writeEnable -
readEnable
protected final boolean readEnable -
communicationEnable
protected final boolean communicationEnable -
priority
-
valueType
-
-
Constructor Details
-
GroupObjectDescriptorRealisationTypeB
public GroupObjectDescriptorRealisationTypeB(boolean updateEnable, boolean transmitEnable, boolean segmentSelectorEnable, boolean writeEnable, boolean readEnable, boolean communicationEnable, CEMIPriority priority, ComObjectValueType valueType)
-
-
Method Details
-
getUpdateEnable
public boolean getUpdateEnable() -
getTransmitEnable
public boolean getTransmitEnable() -
getSegmentSelectorEnable
public boolean getSegmentSelectorEnable() -
getWriteEnable
public boolean getWriteEnable() -
getReadEnable
public boolean getReadEnable() -
getCommunicationEnable
public boolean getCommunicationEnable() -
getPriority
-
getValueType
-
serialize
- 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 GroupObjectDescriptorRealisationTypeB staticParse(ReadBuffer readBuffer, Object... args) throws ParseException - Throws:
ParseException
-
staticParse
public static GroupObjectDescriptorRealisationTypeB staticParse(ReadBuffer readBuffer) throws ParseException - Throws:
ParseException
-
equals
-
hashCode
public int hashCode() -
toString
-