Table of Contents

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

value TriggerSource

The value to be stored in the register.

cancellationToken CancellationToken

A CancellationToken which can be used to cancel the operation.

Returns

Task

The task object representing the asynchronous write operation.