Table of Contents

Method ReadTimestampedTriggerConfigCam0Async

Namespace
Harp.CameraControllerGen2
Assembly
Harp.CameraControllerGen2.dll

ReadTimestampedTriggerConfigCam0Async(CancellationToken)

Asynchronously reads the timestamped contents of the TriggerConfigCam0 register.

public Task<Timestamped<TriggerSource>> ReadTimestampedTriggerConfigCam0Async(CancellationToken cancellationToken = default)

Parameters

cancellationToken CancellationToken

A CancellationToken which can be used to cancel the operation.

Returns

Task<Timestamped<TriggerSource>>

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