Klasse BACnetAccumulatorRecord
java.lang.Object
org.apache.plc4x.java.bacnetip.readwrite.BACnetAccumulatorRecord
- Alle implementierten Schnittstellen:
Message,Serializable
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected final BACnetContextTagSignedIntegerprotected final BACnetAccumulatorRecordAccumulatorStatusTaggedprotected final BACnetContextTagSignedIntegerprotected final BACnetDateTimeEnclosed -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungBACnetAccumulatorRecord(BACnetDateTimeEnclosed timestamp, BACnetContextTagSignedInteger presentValue, BACnetContextTagSignedInteger accumulatedValue, BACnetAccumulatorRecordAccumulatorStatusTagged accumulatorStatus) -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbooleanintintinthashCode()voidserialize(WriteBuffer writeBuffer) static BACnetAccumulatorRecordstaticParse(ReadBuffer readBuffer) static BACnetAccumulatorRecordstaticParse(ReadBuffer readBuffer, Object... args) toString()
-
Felddetails
-
timestamp
-
presentValue
-
accumulatedValue
-
accumulatorStatus
-
-
Konstruktordetails
-
BACnetAccumulatorRecord
public BACnetAccumulatorRecord(BACnetDateTimeEnclosed timestamp, BACnetContextTagSignedInteger presentValue, BACnetContextTagSignedInteger accumulatedValue, BACnetAccumulatorRecordAccumulatorStatusTagged accumulatorStatus)
-
-
Methodendetails
-
getTimestamp
-
getPresentValue
-
getAccumulatedValue
-
getAccumulatorStatus
-
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 BACnetAccumulatorRecord staticParse(ReadBuffer readBuffer, Object... args) throws ParseException - Löst aus:
ParseException
-
staticParse
- Löst aus:
ParseException
-
equals
-
hashCode
public int hashCode() -
toString
-