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