Value
Represents an event raised when the value of a watched data node is updated, to be received by a callback function (previously passed to the Subscriber.subscribe method).
Types
Changed
Link copied to clipboard
Changed Hiding Data
Link copied to clipboard
The Value event that doesn't emit the value of the watched data node when raised.
Properties
isAcknowledgement
Link copied to clipboard
The notification of this SubscribableEvent only reports a value acknowledgement without change.
node
Link copied to clipboard
subscription
Link copied to clipboard
The Subscription instance that notifies this instance of SubscribableEvent.