Method ReadStopAsync
ReadStopAsync(CancellationToken)
Asynchronously reads the contents of the Stop register.
public Task<byte> ReadStopAsync(CancellationToken cancellationToken = default)
Parameters
cancellationToken
CancellationTokenA CancellationToken which can be used to cancel the operation.