Click or drag to resize

UR0250GetIOState 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)
Syntax
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