DatasyncTime

enum DatasyncTime : Enum<DatasyncTime>

Represents a write-policy into the Webcom database.

It is used by the methods able to write some data: DatasyncNode.set, DatasyncNode.clear and DatasyncNode.merge.

Entries

AtNextDisconnection
Link copied to clipboard

This policy requests the Webcom back end to write the data on the next network disconnection.

Now
Link copied to clipboard
Now()

This policy sends the data to write to the Webcom back end immediately, this is the default.

Properties

name
Link copied to clipboard
val name: String
ordinal
Link copied to clipboard
val ordinal: Int