Table of Contents

Method WriteConfigureCam1EventAsync

Namespace
Harp.CameraControllerGen2
Assembly
Harp.CameraControllerGen2.dll

WriteConfigureCam1EventAsync(EventConfiguration, CancellationToken)

Asynchronously writes a value to the ConfigureCam1Event register.

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