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