Method WriteDO0SyncAsync
WriteDO0SyncAsync(SyncConfig, CancellationToken)
Asynchronously writes a value to the DO0Sync register.
public Task WriteDO0SyncAsync(SyncConfig value, CancellationToken cancellationToken = default)
Parameters
value
SyncConfigThe value to be stored in the register.
cancellationToken
CancellationTokenA CancellationToken which can be used to cancel the operation.
Returns
- Task
The task object representing the asynchronous write operation.