Method WriteTriggerConfigCam1Async
- Namespace
- Harp.CameraControllerGen2
- Assembly
- Harp.CameraControllerGen2.dll
WriteTriggerConfigCam1Async(TriggerSource, CancellationToken)
Asynchronously writes a value to the TriggerConfigCam1 register.
public Task WriteTriggerConfigCam1Async(TriggerSource value, CancellationToken cancellationToken = default)
Parameters
valueTriggerSourceThe value to be stored in the register.
cancellationTokenCancellationTokenA CancellationToken which can be used to cancel the operation.
Returns
- Task
The task object representing the asynchronous write operation.