Method WriteConfigureDO0Async
WriteConfigureDO0Async(DigitalOutputConfiguration, CancellationToken)
Asynchronously writes a value to the ConfigureDO0 register.
public Task WriteConfigureDO0Async(DigitalOutputConfiguration value, CancellationToken cancellationToken = default)
Parameters
valueDigitalOutputConfigurationThe value to be stored in the register.
cancellationTokenCancellationTokenA CancellationToken which can be used to cancel the operation.
Returns
- Task
The task object representing the asynchronous write operation.