Table of Contents

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 DI0TriggerConfig

The value to be stored in the register.

cancellationToken CancellationToken

A CancellationToken which can be used to cancel the operation.

Returns

Task

The task object representing the asynchronous write operation.