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