Table of Contents

Method WritePulseModeAsync

Namespace
Harp.LedArray
Assembly
Harp.LedArray.dll

WritePulseModeAsync(PulseModePayload, CancellationToken)

Asynchronously writes a value to the PulseMode register.

public Task WritePulseModeAsync(PulseModePayload value, CancellationToken cancellationToken = default)

Parameters

value PulseModePayload

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.