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