Klasse GroupObjectDescriptorRealisationType2
java.lang.Object
org.apache.plc4x.java.knxnetip.readwrite.GroupObjectDescriptorRealisationType2
- Alle implementierten Schnittstellen:
Message,Serializable
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected final booleanprotected final shortprotected final CEMIPriorityprotected final booleanprotected final booleanprotected final booleanprotected final booleanprotected final ComObjectValueTypeprotected final boolean -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungGroupObjectDescriptorRealisationType2(short dataPointer, boolean updateEnable, boolean transmitEnable, boolean segmentSelectorEnable, boolean writeEnable, boolean readEnable, boolean communicationEnable, CEMIPriority priority, ComObjectValueType valueType) -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbooleanbooleanshortintintbooleanbooleanbooleanbooleanbooleaninthashCode()voidserialize(WriteBuffer writeBuffer) staticParse(ReadBuffer readBuffer) staticParse(ReadBuffer readBuffer, Object... args) toString()
-
Felddetails
-
dataPointer
protected final short dataPointer -
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
-
-
Konstruktordetails
-
GroupObjectDescriptorRealisationType2
public GroupObjectDescriptorRealisationType2(short dataPointer, boolean updateEnable, boolean transmitEnable, boolean segmentSelectorEnable, boolean writeEnable, boolean readEnable, boolean communicationEnable, CEMIPriority priority, ComObjectValueType valueType)
-
-
Methodendetails
-
getDataPointer
public short getDataPointer() -
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
- Angegeben von:
serializein SchnittstelleSerializable- Löst aus:
SerializationException
-
getLengthInBytes
public int getLengthInBytes()- Angegeben von:
getLengthInBytesin SchnittstelleMessage
-
getLengthInBits
public int getLengthInBits()- Angegeben von:
getLengthInBitsin SchnittstelleMessage
-
staticParse
public static GroupObjectDescriptorRealisationType2 staticParse(ReadBuffer readBuffer, Object... args) throws ParseException - Löst aus:
ParseException
-
staticParse
public static GroupObjectDescriptorRealisationType2 staticParse(ReadBuffer readBuffer) throws ParseException - Löst aus:
ParseException
-
equals
-
hashCode
public int hashCode() -
toString
-