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