Table of Contents

Method WriteConfigureOutput0Async

Namespace
Harp.CameraControllerGen2
Assembly
Harp.CameraControllerGen2.dll

WriteConfigureOutput0Async(OutputConfiguration, CancellationToken)

Asynchronously writes a value to the ConfigureOutput0 register.

public Task WriteConfigureOutput0Async(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.