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