Table of Contents

Method ReadTimestampedAnalogDataAsync

Namespace
Harp.Hobgoblin
Assembly
Harp.Hobgoblin.dll

ReadTimestampedAnalogDataAsync(CancellationToken)

Asynchronously reads the timestamped contents of the AnalogData register.

public Task<Timestamped<AnalogDataPayload>> ReadTimestampedAnalogDataAsync(CancellationToken cancellationToken = default)

Parameters

cancellationToken CancellationToken

A CancellationToken which can be used to cancel the operation.

Returns

Task<Timestamped<AnalogDataPayload>>

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