Table of Contents

Method ReadStartCamerasAsync

Namespace
Harp.Behavior
Assembly
Harp.Behavior.dll

ReadStartCamerasAsync(CancellationToken)

Asynchronously reads the contents of the StartCameras register.

public Task<CameraOutputs> ReadStartCamerasAsync(CancellationToken cancellationToken = default)

Parameters

cancellationToken CancellationToken

A CancellationToken which can be used to cancel the operation.

Returns

Task<CameraOutputs>

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