Method ReadSByteArrayAsync
ReadSByteArrayAsync(int, CancellationToken)
Asynchronously reads the value of an 8-bit signed integer array register with the specified address.
public Task<sbyte[]> ReadSByteArrayAsync(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.