Click or drag to resize

IOState Enumeration

Specifies the state of digital input/output pin.

Namespace:  com.gigatms.Parameters
Assembly:  GIGATMS.UHF (in GIGATMS.UHF.dll) Version: 2.16.9.0 (2.16.9.0)
Syntax
public enum IOState
Members
  Member nameValueDescription
Low0 The digital input/output pin is in low state.
High1 The digital input/output pin is in high state.
See Also