Class GroupObjectDescriptorRealisationType7
java.lang.Object
org.apache.plc4x.java.knxnetip.readwrite.GroupObjectDescriptorRealisationType7
- All Implemented Interfaces:
Message,Serializable
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final booleanprotected final intprotected final CEMIPriorityprotected final booleanprotected final booleanprotected final booleanprotected final booleanprotected final ComObjectValueTypeprotected final boolean -
Constructor Summary
ConstructorsConstructorDescriptionGroupObjectDescriptorRealisationType7(int dataAddress, boolean updateEnable, boolean transmitEnable, boolean segmentSelectorEnable, boolean writeEnable, boolean readEnable, boolean communicationEnable, CEMIPriority priority, ComObjectValueType valueType) -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanintintintbooleanbooleanbooleanbooleanbooleaninthashCode()voidserialize(WriteBuffer writeBuffer) staticParse(ReadBuffer readBuffer) staticParse(ReadBuffer readBuffer, Object... args) toString()
-
Field Details
-
dataAddress
protected final int dataAddress -
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
-
GroupObjectDescriptorRealisationType7
public GroupObjectDescriptorRealisationType7(int dataAddress, boolean updateEnable, boolean transmitEnable, boolean segmentSelectorEnable, boolean writeEnable, boolean readEnable, boolean communicationEnable, CEMIPriority priority, ComObjectValueType valueType)
-
-
Method Details
-
getDataAddress
public int getDataAddress() -
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 GroupObjectDescriptorRealisationType7 staticParse(ReadBuffer readBuffer, Object... args) throws ParseException - Throws:
ParseException
-
staticParse
public static GroupObjectDescriptorRealisationType7 staticParse(ReadBuffer readBuffer) throws ParseException - Throws:
ParseException
-
equals
-
hashCode
public int hashCode() -
toString
-