Table of Contents

Method ReadTimestampedCam0EventAsync

Namespace
Harp.CameraControllerGen2
Assembly
Harp.CameraControllerGen2.dll

ReadTimestampedCam0EventAsync(CancellationToken)

Asynchronously reads the timestamped contents of the Cam0Event register.

public Task<Timestamped<CameraEvents>> ReadTimestampedCam0EventAsync(CancellationToken cancellationToken = default)

Parameters

cancellationToken CancellationToken

A CancellationToken which can be used to cancel the operation.

Returns

Task<Timestamped<CameraEvents>>

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