Value

class Value : DataEvent.Change

Notification that the value of the subscribed data node has changed.

Types

Data
Link copied to clipboard
sealed class Data
Represents the actual value change that occurred on a data node.

Properties

application
Link copied to clipboard
val application: String
Name (or identifier) of the WebcomApplication concerned by the received notification.
data
Link copied to clipboard
val data: DataEvent.Change.Value.Data
New value of the data node.
path
Link copied to clipboard
val path: String
/-separated path of the DatasyncNode concerned by the received notification.