ValueChangedWithoutDataEvent

data class ValueChangedWithoutDataEvent : Event

Notification of a subscribed ValueChanged.WithoutData event type to a callback function (previously passed to one of the DatasyncNode.subscribe methods).

Properties

dataAcknowledged
Link copied to clipboard
open override val dataAcknowledged: Boolean
Is the value of the data node acknowledged by the back end?
isAcknowledgement
Link copied to clipboard
open override val isAcknowledgement: Boolean
This notification Event only reports a value acknowledgement without change.
node
Link copied to clipboard
open override val node: DatasyncNode
The data node watched by the subscription.
subscription
Link copied to clipboard
open override val subscription: Subscription
The Subscription instance that sends this notification Event.