Table of Contents

Method WriteConfigureCam0EventAsync

Namespace
Harp.CameraControllerGen2
Assembly
Harp.CameraControllerGen2.dll

WriteConfigureCam0EventAsync(EventConfiguration, CancellationToken)

Asynchronously writes a value to the ConfigureCam0Event register.

public Task WriteConfigureCam0EventAsync(EventConfiguration value, CancellationToken cancellationToken = default)

Parameters

value EventConfiguration

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.