Table of Contents

Method WriteDO0ConfigAsync

Namespace
Harp.Synchronizer
Assembly
Harp.Synchronizer.dll

WriteDO0ConfigAsync(DO0ConfigMode, CancellationToken)

Asynchronously writes a value to the DO0Config register.

public Task WriteDO0ConfigAsync(DO0ConfigMode value, CancellationToken cancellationToken = default)

Parameters

value DO0ConfigMode

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.