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