Table of Contents

Method WriteConfigureDO2Async

Namespace
Harp.SoundCard
Assembly
Harp.SoundCard.dll

WriteConfigureDO2Async(DigitalOutputConfiguration, CancellationToken)

Asynchronously writes a value to the ConfigureDO2 register.

public Task WriteConfigureDO2Async(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.