DeviceStatus Fields

Beta Innovations USB SDK .NET/COM

The DeviceStatus type exposes the following members.

Fields

  NameDescription
AlphanumericActive
Not currently supported.
AnalogActive
Analog channels active if 1, disabled if 0.
CRTRWRActive
CRT RWR channels active if 1, disabled if 0.
DACActive
DAC channels active if 1, disabled if 0.
DotMatrixActive
DotMatrix channels active if 1, disabled if 0.
GLCDActive
Graphic LCD channels active if 1, disabled if 0.
HATActive
Not currently supported.
InputActive
Inputs is active if 1, disabled if 0.
LatchedActive
Latched channels active if 1, disabled if 0.
LCDActive
Not currently supported.
MuxDisplayActive
Multiplexed display channels active if 1, disabled if 0.
OutputActive
Output is active if 1, disabled if 0.
OutputMode
Not currently supported.
PortActive
Port is active if 1, disabled if 0.
PortIOMode
Port is set to input mode if 1, output mode if 0.
PortMode
Currently only valid for ElectronFlux class devices.

Return values are:

MODE_DIRECT = 0

MODE_MUX = 1

MODE_RWR = 2

MODE_GLCD = 3

MODE_DAC = 4

MODE_LATCHED = 5

MODE_SPI = 6

MODE_DOTMATRIX = 7

PWMActive
Not currently supported.
RotaryActive
Not currently supported.
SPIActive
SPI channels active if 1, disabled if 0.

See Also