Table of Contents

Method ReadTimestampedLed0CurrentAsync

Namespace
Harp.Behavior
Assembly
Harp.Behavior.dll

ReadTimestampedLed0CurrentAsync(CancellationToken)

Asynchronously reads the timestamped contents of the Led0Current register.

public Task<Timestamped<byte>> ReadTimestampedLed0CurrentAsync(CancellationToken cancellationToken = default)

Parameters

cancellationToken CancellationToken

A CancellationToken which can be used to cancel the operation.

Returns

Task<Timestamped<byte>>

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