Table of Contents

Method ReadTimestampedDI0TriggerAsync

Namespace
Harp.LoadCells
Assembly
Harp.LoadCells.dll

ReadTimestampedDI0TriggerAsync(CancellationToken)

Asynchronously reads the timestamped contents of the DI0Trigger register.

public Task<Timestamped<TriggerConfig>> ReadTimestampedDI0TriggerAsync(CancellationToken cancellationToken = default)

Parameters

cancellationToken CancellationToken

A CancellationToken which can be used to cancel the operation.

Returns

Task<Timestamped<TriggerConfig>>

A task that represents the asynchronous read operation. The Result property contains the timestamped register payload.