GPIOStateInputPin0State Property |
Gets a value indicating the output digital input pin 0 state which is high or low.
Namespace:
com.gigatms.Parameters.TS800
Assembly:
GIGATMS.UHF (in GIGATMS.UHF.dll) Version: 2.16.9.0 (2.16.9.0)
Syntaxpublic IOState InputPin0State { get; }
Public ReadOnly Property InputPin0State As IOState
Get
public:
property IOState InputPin0State {
IOState get ();
}
Property Value
Type:
IOState
The state of the digital input pin 0.
See Also