Klasse ConfirmedEventNotificationRequest
java.lang.Object
org.apache.plc4x.java.bacnetip.readwrite.ConfirmedEventNotificationRequest
- Alle implementierten Schnittstellen:
Message,Serializable
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected final BACnetContextTagBooleanprotected final BACnetContextTagObjectIdentifierprotected final BACnetEventTypeTaggedprotected final BACnetNotificationParametersprotected final BACnetEventStateTaggedprotected final BACnetContextTagObjectIdentifierprotected final BACnetContextTagCharacterStringprotected final BACnetContextTagUnsignedIntegerprotected final BACnetNotifyTypeTaggedprotected final BACnetContextTagUnsignedIntegerprotected final BACnetContextTagUnsignedIntegerprotected final BACnetTimeStampEnclosedprotected final BACnetEventStateTagged -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungConfirmedEventNotificationRequest(BACnetContextTagUnsignedInteger processIdentifier, BACnetContextTagObjectIdentifier initiatingDeviceIdentifier, BACnetContextTagObjectIdentifier eventObjectIdentifier, BACnetTimeStampEnclosed timestamp, BACnetContextTagUnsignedInteger notificationClass, BACnetContextTagUnsignedInteger priority, BACnetEventTypeTagged eventType, BACnetContextTagCharacterString messageText, BACnetNotifyTypeTagged notifyType, BACnetContextTagBoolean ackRequired, BACnetEventStateTagged fromState, BACnetEventStateTagged toState, BACnetNotificationParameters eventValues) -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbooleanintintinthashCode()voidserialize(WriteBuffer writeBuffer) staticParse(ReadBuffer readBuffer) staticParse(ReadBuffer readBuffer, Object... args) toString()
-
Felddetails
-
processIdentifier
-
initiatingDeviceIdentifier
-
eventObjectIdentifier
-
timestamp
-
notificationClass
-
priority
-
eventType
-
messageText
-
notifyType
-
ackRequired
-
fromState
-
toState
-
eventValues
-
-
Konstruktordetails
-
ConfirmedEventNotificationRequest
public ConfirmedEventNotificationRequest(BACnetContextTagUnsignedInteger processIdentifier, BACnetContextTagObjectIdentifier initiatingDeviceIdentifier, BACnetContextTagObjectIdentifier eventObjectIdentifier, BACnetTimeStampEnclosed timestamp, BACnetContextTagUnsignedInteger notificationClass, BACnetContextTagUnsignedInteger priority, BACnetEventTypeTagged eventType, BACnetContextTagCharacterString messageText, BACnetNotifyTypeTagged notifyType, BACnetContextTagBoolean ackRequired, BACnetEventStateTagged fromState, BACnetEventStateTagged toState, BACnetNotificationParameters eventValues)
-
-
Methodendetails
-
getProcessIdentifier
-
getInitiatingDeviceIdentifier
-
getEventObjectIdentifier
-
getTimestamp
-
getNotificationClass
-
getPriority
-
getEventType
-
getMessageText
-
getNotifyType
-
getAckRequired
-
getFromState
-
getToState
-
getEventValues
-
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 ConfirmedEventNotificationRequest staticParse(ReadBuffer readBuffer, Object... args) throws ParseException - Löst aus:
ParseException
-
staticParse
public static ConfirmedEventNotificationRequest staticParse(ReadBuffer readBuffer) throws ParseException - Löst aus:
ParseException
-
equals
-
hashCode
public int hashCode() -
toString
-