Method ReadMotor0MoveAbsoluteAsync
- Namespace
- Harp.StepperDriver
- Assembly
- Harp.StepperDriver.dll
ReadMotor0MoveAbsoluteAsync(CancellationToken)
Asynchronously reads the contents of the Motor0MoveAbsolute register.
public Task<int> ReadMotor0MoveAbsoluteAsync(CancellationToken cancellationToken = default)
Parameters
cancellationToken
CancellationTokenA CancellationToken which can be used to cancel the operation.