Klasse BACnetTagPayloadUnsignedInteger
java.lang.Object
org.apache.plc4x.java.bacnetip.readwrite.BACnetTagPayloadUnsignedInteger
- Alle implementierten Schnittstellen:
Message,Serializable
-
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungBACnetTagPayloadUnsignedInteger(Short valueUint8, Integer valueUint16, Integer valueUint24, Long valueUint32, Long valueUint40, Long valueUint48, Long valueUint56, BigInteger valueUint64, Long actualLength) -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanintintinthashCode()voidserialize(WriteBuffer writeBuffer) staticParse(ReadBuffer readBuffer, Long actualLength) staticParse(ReadBuffer readBuffer, Object... args) toString()
-
Felddetails
-
valueUint8
-
valueUint16
-
valueUint24
-
valueUint32
-
valueUint40
-
valueUint48
-
valueUint56
-
valueUint64
-
actualLength
-
-
Konstruktordetails
-
BACnetTagPayloadUnsignedInteger
-
-
Methodendetails
-
getValueUint8
-
getValueUint16
-
getValueUint24
-
getValueUint32
-
getValueUint40
-
getValueUint48
-
getValueUint56
-
getValueUint64
-
getIsUint8
public boolean getIsUint8() -
getIsUint16
public boolean getIsUint16() -
getIsUint24
public boolean getIsUint24() -
getIsUint32
public boolean getIsUint32() -
getIsUint40
public boolean getIsUint40() -
getIsUint48
public boolean getIsUint48() -
getIsUint56
public boolean getIsUint56() -
getIsUint64
public boolean getIsUint64() -
getActualValue
-
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 BACnetTagPayloadUnsignedInteger staticParse(ReadBuffer readBuffer, Object... args) throws ParseException - Löst aus:
ParseException
-
staticParse
public static BACnetTagPayloadUnsignedInteger staticParse(ReadBuffer readBuffer, Long actualLength) throws ParseException - Löst aus:
ParseException
-
equals
-
hashCode
public int hashCode() -
toString
-