Method ReadInt64Async
ReadInt64Async(int, CancellationToken)
Asynchronously reads the value of a 64-bit signed integer register with the specified address.
public Task<long> ReadInt64Async(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.