Table of Contents

Method ReadTimestampedMinPositionAsync

Namespace
Harp.StepperDriver
Assembly
Harp.StepperDriver.dll

ReadTimestampedMinPositionAsync(CancellationToken)

Asynchronously reads the timestamped contents of the MinPosition register.

public Task<Timestamped<MinPositionPayload>> ReadTimestampedMinPositionAsync(CancellationToken cancellationToken = default)

Parameters

cancellationToken CancellationToken

A CancellationToken which can be used to cancel the operation.

Returns

Task<Timestamped<MinPositionPayload>>

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