Table of Contents

Method ReadRgb0Async

Namespace
Harp.Behavior
Assembly
Harp.Behavior.dll

ReadRgb0Async(CancellationToken)

Asynchronously reads the contents of the Rgb0 register.

public Task<RgbPayload> ReadRgb0Async(CancellationToken cancellationToken = default)

Parameters

cancellationToken CancellationToken

A CancellationToken which can be used to cancel the operation.

Returns

Task<RgbPayload>

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