 | TS800InputPin0State Property |
Gets a value indicating the input I/O pin 0 state which is high or low.
Namespace:
com.gigatms
Assembly:
GIGATMS.UHF (in GIGATMS.UHF.dll) Version: 2.6.0.10 (2.6.0.10)
Syntaxpublic IOState InputPin0State { get; }
Public ReadOnly Property InputPin0State As IOState
Get
Return Value
Type:
IOState
RemarksIt needs to invoke the GetIOState() method to update this property value.
See Also