Table of Contents

Method WriteConfigureOutput1Async

Namespace
Harp.CameraControllerGen2
Assembly
Harp.CameraControllerGen2.dll

WriteConfigureOutput1Async(OutputConfiguration, CancellationToken)

Asynchronously writes a value to the ConfigureOutput1 register.

public Task WriteConfigureOutput1Async(OutputConfiguration value, CancellationToken cancellationToken = default)

Parameters

value OutputConfiguration

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.