TS800_60GetIOState Method  | 
 
 Gets the state of all digital input/output pin.
 
 
    Namespace: 
   com.gigatms
    Assembly:
   GIGATMS.UHF (in GIGATMS.UHF.dll) Version: 2.16.9.0 (2.16.9.0)
Syntaxpublic GPIOState GetIOState()
Public Function GetIOState As GPIOState
public:
GPIOState^ GetIOState()
Return Value
Type: 
GPIOState
 All GPIO states.
 
Remarks
 The read state values are all stored in the IO0State, IO1State, IO2State properties.
 
See Also