Table of Contents

Method ReadTriggerInvertedCam1Async

Namespace
Harp.CameraControllerGen2
Assembly
Harp.CameraControllerGen2.dll

ReadTriggerInvertedCam1Async(CancellationToken)

Asynchronously reads the contents of the TriggerInvertedCam1 register.

public Task<TriggerInverted> ReadTriggerInvertedCam1Async(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.