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