Table of Contents

Method ReadConfigureCam0EventAsync

Namespace
Harp.CameraControllerGen2
Assembly
Harp.CameraControllerGen2.dll

ReadConfigureCam0EventAsync(CancellationToken)

Asynchronously reads the contents of the ConfigureCam0Event register.

public Task<EventConfiguration> ReadConfigureCam0EventAsync(CancellationToken cancellationToken = default)

Parameters

cancellationToken CancellationToken

A CancellationToken which can be used to cancel the operation.

Returns

Task<EventConfiguration>

A task that represents the asynchronous read operation. The Result property contains the register payload.