Click or drag to resize

IOState Enumeration

Specifies the state of I/O pin.

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