Event
sealed class Event
Content copied to clipboard
Represents a notification received by a callback function (previously passed to one of the DatasyncNode.subscribe methods) from the Webcom back end in response to a Subscription.
The subclasses of this class directly correspond to the subscribed event type.
Properties
dataAcknowledged
Link copied to clipboard
isAcknowledgement
Link copied to clipboard
This notification Event only reports a value acknowledgement without change.
node
Link copied to clipboard
subscription
Link copied to clipboard
Inheritors
ChildEvent
Link copied to clipboard
ValueChangedWithDataEvent
Link copied to clipboard
ValueChangedWithoutDataEvent
Link copied to clipboard