Method ReadMimicPort0IRAsync
ReadMimicPort0IRAsync(CancellationToken)
Asynchronously reads the contents of the MimicPort0IR register.
public Task<MimicOutput> ReadMimicPort0IRAsync(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.