Table of Contents

Method ReadTimestampedDO1SyncAsync

Namespace
Harp.SyringePump
Assembly
Harp.SyringePump.dll

ReadTimestampedDO1SyncAsync(CancellationToken)

Asynchronously reads the timestamped contents of the DO1Sync register.

public Task<Timestamped<DO1SyncConfig>> ReadTimestampedDO1SyncAsync(CancellationToken cancellationToken = default)

Parameters

cancellationToken CancellationToken

A CancellationToken which can be used to cancel the operation.

Returns

Task<Timestamped<DO1SyncConfig>>

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