Interface for accessing features and GigE hardware info.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 65.1.0.0
Syntax
The ICogGigEAccess type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| ExecuteCommand | Execute the command identified by node. | |
| GetAvailableFeatures | Get the child features of the specified category. Use the Root category to get the top level features. | |
| GetComment | Get a helpful comment describing the feature. | |
| GetDoubleFeature | Read the double feature identified by node. | |
| GetFeature | Read the feature identified by node. Works with any data type. | |
| GetFeatureReadTimeout | Read the read feature timeout (in seconds). | |
| GetFeatureType | Get the type of this feature. | |
| GetFeatureWriteTimeout | Read the write feature timeout (in seconds). | |
| GetIntegerFeature | Read the integer feature identified by node. | |
| GetValidEnumValues | Get the valid settings for an enum feature. | |
| GetXMLFromCamera | Return the raw XML data from the camera. | |
| IsReadable | Returns false if the feature is not readable. | |
| IsReserved | Returns true if the feature is reserved. | |
| IsWriteable | Returns false if the feature is not writeable. | |
| ResetTimeStamp | Reset the timestamp counter in the camera to 0. | |
| SetDoubleFeature | Write the double feature identified by node. | |
| SetFeature | Write the feature identified by node. Works with any data type. | |
| SetFeatureReadTimeout | Write the read feature timeout (in seconds). | |
| SetFeatureWriteTimeout | Write the write feature timeout (in seconds). | |
| SetIntegerFeature | Write the integer feature identified by node. | |
| SetPersistentIPConfiguration | Function to set the camera�s persistent IP address and subnet mask. | |
| SetTemporaryIPConfiguration | Function to set the camera�s temporary IP address and subnet mask. |
Properties
| Name | Description | |
|---|---|---|
| CurrentIPAddress | The IP address used to communicate with the camera. | |
| CurrentSubnetMask | Returns the current subnet mask to be used for communicating with the camera. | |
| HostIPAddress | The IP address of the host adapter the camera is connected to. | |
| HostSubnetMask | Returns the subnet mask of the GigE adapter to which the camera is attached. | |
| IsDHCPEnabled | Whether true or false is determined by if the current IP address of the camera is set via DHCP or by its PersistentIPAddress. | |
| MACAddress | Returns the MAC address (also known as physical address) of the camera. | |
| PersistentIPAddress | Returns the persistent IP address of the camera. | |
| PersistentSubnetMask | Returns the persistent subnet mask of the camera. | |
| TimeStampCounter | Read the current value of the camera's timestamp counter. | |
| TimeStampFrequency | Read the frequency of the camera's timestamp counter. |
See Also