Method ReadSyncOutputAsync
- Namespace
- Harp.AnalogInput
- Assembly
- Harp.AnalogInput.dll
ReadSyncOutputAsync(CancellationToken)
Asynchronously reads the contents of the SyncOutput register.
public Task<StartSyncOutputTarget> ReadSyncOutputAsync(CancellationToken cancellationToken = default)
Parameters
cancellationToken
CancellationTokenA CancellationToken which can be used to cancel the operation.
Returns
- Task<StartSyncOutputTarget>
A task that represents the asynchronous read operation. The Result property contains the register payload.