Table of Contents

Method ReadTriggerConfigCam0Async

Namespace
Harp.CameraControllerGen2
Assembly
Harp.CameraControllerGen2.dll

ReadTriggerConfigCam0Async(CancellationToken)

Asynchronously reads the contents of the TriggerConfigCam0 register.

public Task<TriggerSource> ReadTriggerConfigCam0Async(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.