Table of Contents

Enum DigitalOutputs

Namespace
Harp.OutputExpander
Assembly
Harp.OutputExpander.dll

Specifies the available digital output lines.

[Flags]
public enum DigitalOutputs : ushort

Fields

None = 0
Out0 = 1
Out1 = 2
Out2 = 4
Out3 = 8
Out4 = 16
Out5 = 32
Out6 = 64
Out7 = 128
Out8 = 256
Out9 = 512