Table of Contents

Method WriteSyncOutputAsync

Namespace
Harp.AnalogInput
Assembly
Harp.AnalogInput.dll

WriteSyncOutputAsync(StartSyncOutputTarget, CancellationToken)

Asynchronously writes a value to the SyncOutput register.

public Task WriteSyncOutputAsync(StartSyncOutputTarget value, CancellationToken cancellationToken = default)

Parameters

value StartSyncOutputTarget

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.