Table of Contents

Method ReadStrobeSourceCam0Async

Namespace
Harp.CameraControllerGen2
Assembly
Harp.CameraControllerGen2.dll

ReadStrobeSourceCam0Async(CancellationToken)

Asynchronously reads the contents of the StrobeSourceCam0 register.

public Task<StrobeSource> ReadStrobeSourceCam0Async(CancellationToken cancellationToken = default)

Parameters

cancellationToken CancellationToken

A CancellationToken which can be used to cancel the operation.

Returns

Task<StrobeSource>

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