Method ReadSingleAsync
ReadSingleAsync(int, CancellationToken)
Asynchronously reads the value of a single-precision floating point register with the specified address.
public Task<float> ReadSingleAsync(int address, CancellationToken cancellationToken = default)
Parameters
addressintThe address of the register to read.
cancellationTokenCancellationTokenA CancellationToken which can be used to cancel the operation.