Table of Contents

Method ReadStartTimestampAsync

Namespace
Harp.CameraControllerGen2
Assembly
Harp.CameraControllerGen2.dll

ReadStartTimestampAsync(CancellationToken)

Asynchronously reads the contents of the StartTimestamp register.

public Task<uint> ReadStartTimestampAsync(CancellationToken cancellationToken = default)

Parameters

cancellationToken CancellationToken

A CancellationToken which can be used to cancel the operation.

Returns

Task<uint>

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