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.7.0.0 (2.7.0.0)
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