Table of Contents

Method WriteDO0SyncAsync

Namespace
Harp.SyringePump
Assembly
Harp.SyringePump.dll

WriteDO0SyncAsync(DO0SyncConfig, CancellationToken)

Asynchronously writes a value to the DO0Sync register.

public Task WriteDO0SyncAsync(DO0SyncConfig value, CancellationToken cancellationToken = default)

Parameters

value DO0SyncConfig

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.