Table of Contents

Enum DigitalOutputConfiguration

Namespace
Harp.SoundCard
Assembly
Harp.SoundCard.dll

Specifies the operation mode of the digital output.

public enum DigitalOutputConfiguration : byte

Fields

Digital = 0

Used as a pure digital output.

Pulse = 1

The digital output will be high during a period specified by register DOxPulse.

HighWhenSound = 2

High when the sound is being played.

Pulse1MsWhenStart = 3

High when sound starts during 1 ms.

Pulse10MsWhenStart = 4

High when sound starts during 10 ms.

Pulse100MsWhenStart = 5

High when sound starts during 100 ms.

Pulse1MsWhenStop = 6

High when sound stops during 1 ms.

Pulse10MsWhenStop = 7

High when sound stops during 10 ms.

Pulse100MsWhenStop = 8

High when sound starts during 100 ms.