The CogDiscreteIOAccess type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| CreatePrecisionIO |
Creates and returns a precision I/O object.
The user interacts with the precision I/O capabilities of the comm card
though the returned object.
| |
| CreatePrecisionIOImpl |
Cognex Internal Use Only
| |
| Dispose |
Disposes any outstanding discrete i/o hardware resources.
| |
| Dispose(Boolean) | ||
| Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
| Finalize | (Overrides Object Finalize .) | |
| GetActivePrecisionIO |
Returns a reference to the currently active precision I/O
object held by the Comm Card or null if no currently active
precision I/O object exists.
An active precision I/O object will only exist if one of the CreatePrecisionIO methods has been called previously. | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Reset |
Resets the state of the i/o subsystem by
disposing any outstanding hardware resources.
| |
| ToString | Returns a String that represents the current Object. (Inherited from Object.) |
See Also