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