Method ReadMimicPort2ValveAsync
ReadMimicPort2ValveAsync(CancellationToken)
Asynchronously reads the contents of the MimicPort2Valve register.
public Task<MimicOutput> ReadMimicPort2ValveAsync(CancellationToken cancellationToken = default)
Parameters
cancellationToken
CancellationTokenA CancellationToken which can be used to cancel the operation.
Returns
- Task<MimicOutput>
A task that represents the asynchronous read operation. The Result property contains the register payload.