Table of Contents

Method ReadTriggerConfigCam1Async

Namespace
Harp.CameraControllerGen2
Assembly
Harp.CameraControllerGen2.dll

ReadTriggerConfigCam1Async(CancellationToken)

Asynchronously reads the contents of the TriggerConfigCam1 register.

public Task<TriggerSource> ReadTriggerConfigCam1Async(CancellationToken cancellationToken = default)

Parameters

cancellationToken CancellationToken

A CancellationToken which can be used to cancel the operation.

Returns

Task<TriggerSource>

A task that represents the asynchronous read operation. The Result property contains the register payload.