Method WriteDI0TriggerAsync
- Namespace
- Harp.AnalogInput
- Assembly
- Harp.AnalogInput.dll
WriteDI0TriggerAsync(TriggerConfig, CancellationToken)
Asynchronously writes a value to the DI0Trigger register.
public Task WriteDI0TriggerAsync(TriggerConfig value, CancellationToken cancellationToken = default)
Parameters
value
TriggerConfigThe 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.