Click or drag to resize

IOEventArgs Class

Digital input or output new state. This class is used with the OnIOStateChanged event.
Inheritance Hierarchy
SystemObject
  com.gigatms.Parameters.TS800_60IOEventArgs

Namespace:  com.gigatms.Parameters.TS800_60
Assembly:  GIGATMS.UHF (in GIGATMS.UHF.dll) Version: 2.16.9.0 (2.16.9.0)
Syntax
public class IOEventArgs

The IOEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyIONumber
Digital input or output pin.
Public propertyIOState
The new state of digital input or output pin.
Top
See Also