Table of Contents

Method WriteConfigureDO0Async

Namespace
Harp.SoundCard
Assembly
Harp.SoundCard.dll

WriteConfigureDO0Async(DigitalOutputConfiguration, CancellationToken)

Asynchronously writes a value to the ConfigureDO0 register.

public Task WriteConfigureDO0Async(DigitalOutputConfiguration value, CancellationToken cancellationToken = default)

Parameters

value DigitalOutputConfiguration

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.