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