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