Table of Contents

Method WriteDO1SyncAsync

Namespace
Harp.SyringePump
Assembly
Harp.SyringePump.dll

WriteDO1SyncAsync(DO1SyncConfig, CancellationToken)

Asynchronously writes a value to the DO1Sync register.

public Task WriteDO1SyncAsync(DO1SyncConfig value, CancellationToken cancellationToken = default)

Parameters

value DO1SyncConfig

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.