Table of Contents

Method ReadTimestampedSyncOutputAsync

Namespace
Harp.AnalogInput
Assembly
Harp.AnalogInput.dll

ReadTimestampedSyncOutputAsync(CancellationToken)

Asynchronously reads the timestamped contents of the SyncOutput register.

public Task<Timestamped<StartSyncOutputTarget>> ReadTimestampedSyncOutputAsync(CancellationToken cancellationToken = default)

Parameters

cancellationToken CancellationToken

A CancellationToken which can be used to cancel the operation.

Returns

Task<Timestamped<StartSyncOutputTarget>>

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