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