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