Table of Contents

Method ReadDO0ConfigAsync

Namespace
Harp.Synchronizer
Assembly
Harp.Synchronizer.dll

ReadDO0ConfigAsync(CancellationToken)

Asynchronously reads the contents of the DO0Config register.

public Task<DO0ConfigMode> ReadDO0ConfigAsync(CancellationToken cancellationToken = default)

Parameters

cancellationToken CancellationToken

A CancellationToken which can be used to cancel the operation.

Returns

Task<DO0ConfigMode>

A task that represents the asynchronous read operation. The Result property contains the register payload.