Table of Contents

Enum DigitalInputConfiguration

Namespace
Harp.SoundCard
Assembly
Harp.SoundCard.dll

Specifies the operation mode of the digital input.

public enum DigitalInputConfiguration : byte

Fields

Digital = 0

Used as a pure digital input.

StartAndStopSound = 1

Starts sound when rising edge and stop when falling edge.

StartSound = 2

Starts sound when rising edge.

Stop = 3

Stops sound or frequency when rising edge.

StartAndStopFrequency = 4

Starts frequency when rising edge and stop when falling edge.

StartFrequency = 5

Starts frequency when rising edge.