Table of Contents

Method WriteDigitalOutputSyncAsync

Namespace
Harp.LedArray
Assembly
Harp.LedArray.dll

WriteDigitalOutputSyncAsync(DigitalOutputSyncPayload, CancellationToken)

Asynchronously writes a value to the DigitalOutputSync register.

public Task WriteDigitalOutputSyncAsync(DigitalOutputSyncPayload value, CancellationToken cancellationToken = default)

Parameters

value DigitalOutputSyncPayload

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.