Table of Contents

Method WriteStartAndStopAsync

Namespace
Harp.CameraControllerGen2
Assembly
Harp.CameraControllerGen2.dll

WriteStartAndStopAsync(CameraFlags, CancellationToken)

Asynchronously writes a value to the StartAndStop register.

public Task WriteStartAndStopAsync(CameraFlags value, CancellationToken cancellationToken = default)

Parameters

value CameraFlags

The value to be stored in the register.

cancellationToken CancellationToken

A CancellationToken which can be used to cancel the operation.

Returns

Task

The task object representing the asynchronous write operation.