Inheritance Hierarchy
Cognex.VisionPro.Comm.Implementation.Internal CogPrioBoardInfo
Namespace: Cognex.VisionPro.Comm.Implementation.Internal
Assembly: Cognex.VisionPro (in Cognex.VisionPro.dll) Version: 73.0.0.0 (73.0.0.0)
Syntax
The CogPrioBoardInfo type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| CogPrioBoardInfo |
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetBanks |
Returns an array of the supported I/O banks of the current hardware.
| |
| GetBankType |
Returns the type (input, output, etc...) of a given I/O bank
| |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetNumLines |
Returns the number of I/O lines the hardware supports in the given bank.
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| Init |
Initialize the board info class with values read from the comm card.
| |
| IsBankSupported |
Returns true if the hardware supports the given line, otherwise returns false.
| |
| IsInputBank | ||
| IsLineSupported |
Returns true if the hardware supports the given line, otherwise returns false.
| |
| IsOutputBank | ||
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | (Inherited from Object.) |
Fields
| Name | Description | |
|---|---|---|
| MAX_DEBOUNCE | ||
| MAX_LINESINBANK | ||
| MAX_PULSEDURATION | ||
| MIN_DEBOUNCE | ||
| MIN_PULSEDURATION |
Properties
| Name | Description | |
|---|---|---|
| ClockFrequency |
Get the frequency of the clock.
|
See Also