Class GroupObjectDescriptorRealisationType1
- java.lang.Object
-
- org.apache.plc4x.java.knxnetip.readwrite.GroupObjectDescriptorRealisationType1
-
- All Implemented Interfaces:
Message,Serializable
public class GroupObjectDescriptorRealisationType1 extends Object implements Message
-
-
Field Summary
Fields Modifier and Type Field Description protected booleancommunicationEnableprotected shortdataPointerprotected CEMIPrioritypriorityprotected booleanreadEnableprotected booleansegmentSelectorEnableprotected booleantransmitEnableprotected ComObjectValueTypevalueTypeprotected booleanwriteEnable
-
Constructor Summary
Constructors Constructor Description GroupObjectDescriptorRealisationType1(short dataPointer, boolean transmitEnable, boolean segmentSelectorEnable, boolean writeEnable, boolean readEnable, boolean communicationEnable, CEMIPriority priority, ComObjectValueType valueType)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)booleangetCommunicationEnable()shortgetDataPointer()intgetLengthInBits()intgetLengthInBytes()CEMIPrioritygetPriority()booleangetReadEnable()booleangetSegmentSelectorEnable()booleangetTransmitEnable()ComObjectValueTypegetValueType()booleangetWriteEnable()inthashCode()voidserialize(WriteBuffer writeBuffer)static GroupObjectDescriptorRealisationType1staticParse(ReadBuffer readBuffer)static GroupObjectDescriptorRealisationType1staticParse(ReadBuffer readBuffer, Object... args)StringtoString()
-
-
-
Field Detail
-
dataPointer
protected final short dataPointer
-
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
protected final CEMIPriority priority
-
valueType
protected final ComObjectValueType valueType
-
-
Constructor Detail
-
GroupObjectDescriptorRealisationType1
public GroupObjectDescriptorRealisationType1(short dataPointer, boolean transmitEnable, boolean segmentSelectorEnable, boolean writeEnable, boolean readEnable, boolean communicationEnable, CEMIPriority priority, ComObjectValueType valueType)
-
-
Method Detail
-
getDataPointer
public short getDataPointer()
-
getTransmitEnable
public boolean getTransmitEnable()
-
getSegmentSelectorEnable
public boolean getSegmentSelectorEnable()
-
getWriteEnable
public boolean getWriteEnable()
-
getReadEnable
public boolean getReadEnable()
-
getCommunicationEnable
public boolean getCommunicationEnable()
-
getPriority
public CEMIPriority getPriority()
-
getValueType
public ComObjectValueType getValueType()
-
serialize
public void serialize(WriteBuffer writeBuffer) throws SerializationException
- 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 GroupObjectDescriptorRealisationType1 staticParse(ReadBuffer readBuffer, Object... args) throws ParseException
- Throws:
ParseException
-
staticParse
public static GroupObjectDescriptorRealisationType1 staticParse(ReadBuffer readBuffer) throws ParseException
- Throws:
ParseException
-
-