DeviceStatus Members

Beta Innovations USB SDK .NET/COM

The DeviceStatus type exposes the following members.

Methods

  NameDescription
Equals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
ToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)

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