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