Table of Contents

Method WriteStopAsync

Namespace
Harp.SoundCard
Assembly
Harp.SoundCard.dll

WriteStopAsync(byte, CancellationToken)

Asynchronously writes a value to the Stop register.

public Task WriteStopAsync(byte value, CancellationToken cancellationToken = default)

Parameters

value byte

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.