Method ReadUInt64ArrayAsync
ReadUInt64ArrayAsync(int, CancellationToken)
Asynchronously reads the value of a 64-bit unsigned integer array register with the specified address.
public Task<ulong[]> ReadUInt64ArrayAsync(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.