Method ReadStopTimestampAsync
- Namespace
- Harp.CameraControllerGen2
- Assembly
- Harp.CameraControllerGen2.dll
ReadStopTimestampAsync(CancellationToken)
Asynchronously reads the contents of the StopTimestamp register.
public Task<uint> ReadStopTimestampAsync(CancellationToken cancellationToken = default)
Parameters
cancellationToken
CancellationTokenA CancellationToken which can be used to cancel the operation.