enum class 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.
This policy sends the data to write to the Webcom back end immediately, this is the default. |
|
This policy requests the Webcom back end to write the data on the next network disconnection. |