Method WriteConfigureDO1Async
WriteConfigureDO1Async(DigitalOutputConfiguration, CancellationToken)
Asynchronously writes a value to the ConfigureDO1 register.
public Task WriteConfigureDO1Async(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.