Table of Contents

Method ReadCam1EventAsync

Namespace
Harp.CameraControllerGen2
Assembly
Harp.CameraControllerGen2.dll

ReadCam1EventAsync(CancellationToken)

Asynchronously reads the contents of the Cam1Event register.

public Task<CameraEvents> ReadCam1EventAsync(CancellationToken cancellationToken = default)

Parameters

cancellationToken CancellationToken

A CancellationToken which can be used to cancel the operation.

Returns

Task<CameraEvents>

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