Method ReadTimestampedMotor3HoldCurrentReductionAsync
- Namespace
- Harp.StepperDriver
- Assembly
- Harp.StepperDriver.dll
ReadTimestampedMotor3HoldCurrentReductionAsync(CancellationToken)
Asynchronously reads the timestamped contents of the Motor3HoldCurrentReduction register.
public Task<Timestamped<HoldCurrentReduction>> ReadTimestampedMotor3HoldCurrentReductionAsync(CancellationToken cancellationToken = default)
Parameters
cancellationToken
CancellationTokenA CancellationToken which can be used to cancel the operation.
Returns
- Task<Timestamped<HoldCurrentReduction>>
A task that represents the asynchronous read operation. The Result property contains the timestamped register payload.