Table of Contents

Method WriteDI0TriggerAsync

Namespace
Harp.LoadCells
Assembly
Harp.LoadCells.dll

WriteDI0TriggerAsync(TriggerConfig, CancellationToken)

Asynchronously writes a value to the DI0Trigger register.

public Task WriteDI0TriggerAsync(TriggerConfig value, CancellationToken cancellationToken = default)

Parameters

value TriggerConfig

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.