Table of Contents

Enum DigitalOutputs

Namespace
Harp.SoundCard
Assembly
Harp.SoundCard.dll

Specifies the state of the digital output lines.

[Flags]
public enum DigitalOutputs : byte

Fields

None = 0
DO0 = 1
DO1 = 2
DO2 = DO0 | DO1