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
CancellationTokenA CancellationToken which can be used to cancel the operation.