Click or drag to resize

IOEventArgs Class

Digital input or output new state.
Inheritance Hierarchy
SystemObject
  com.gigatms.ParametersIOEventArgs

Namespace:  com.gigatms.Parameters
Assembly:  GIGATMS.UHF (in GIGATMS.UHF.dll) Version: 2.6.0.10 (2.6.0.10)
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
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also