Table of Contents

Method ReadTriggerInvertedCam0Async

Namespace
Harp.CameraControllerGen2
Assembly
Harp.CameraControllerGen2.dll

ReadTriggerInvertedCam0Async(CancellationToken)

Asynchronously reads the contents of the TriggerInvertedCam0 register.

public Task<TriggerInverted> ReadTriggerInvertedCam0Async(CancellationToken cancellationToken = default)

Parameters

cancellationToken CancellationToken

A CancellationToken which can be used to cancel the operation.

Returns

Task<TriggerInverted>

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