Table of Contents

Method ReadCamera0FrequencyAsync

Namespace
Harp.Behavior
Assembly
Harp.Behavior.dll

ReadCamera0FrequencyAsync(CancellationToken)

Asynchronously reads the contents of the Camera0Frequency register.

public Task<ushort> ReadCamera0FrequencyAsync(CancellationToken cancellationToken = default)

Parameters

cancellationToken CancellationToken

A CancellationToken which can be used to cancel the operation.

Returns

Task<ushort>

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