Click or drag to resize

GPIOState Class

Indicates the status of all GPIOs.
Inheritance Hierarchy
SystemObject
  com.gigatms.Parameters.TS800GPIOState

Namespace:  com.gigatms.Parameters.TS800
Assembly:  GIGATMS.UHF (in GIGATMS.UHF.dll) Version: 2.16.9.0 (2.16.9.0)
Syntax
public class GPIOState

The GPIOState type exposes the following members.

Properties
  NameDescription
Public propertyInputPin0State
Gets a value indicating the output digital input pin 0 state which is high or low.
Public propertyOutputPin0State
Gets a value indicating the output digital output pin 0 state which is high or low.
Public propertyOutputPin1State
Gets a value indicating the output digital output pin 1 state which is high or low.
Public propertyOutputPin2State
Gets a value indicating the output digital output pin 2 state which is high or low.
Top
See Also