ICogGigEAccess InterfaceCognex VisionPro
Interface for accessing features and GigE hardware info.

Namespace: Cognex.VisionPro
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 65.1.0.0
Syntax

public interface ICogGigEAccess

The ICogGigEAccess type exposes the following members.

Methods

  NameDescription
Public methodExecuteCommand
Execute the command identified by node.
Public methodGetAvailableFeatures
Get the child features of the specified category. Use the Root category to get the top level features.
Public methodGetComment
Get a helpful comment describing the feature.
Public methodGetDoubleFeature
Read the double feature identified by node.
Public methodGetFeature
Read the feature identified by node. Works with any data type.
Public methodGetFeatureReadTimeout
Read the read feature timeout (in seconds).
Public methodGetFeatureType
Get the type of this feature.
Public methodGetFeatureWriteTimeout
Read the write feature timeout (in seconds).
Public methodGetIntegerFeature
Read the integer feature identified by node.
Public methodGetValidEnumValues
Get the valid settings for an enum feature.
Public methodGetXMLFromCamera
Return the raw XML data from the camera.
Public methodIsReadable
Returns false if the feature is not readable.
Public methodIsReserved
Returns true if the feature is reserved.
Public methodIsWriteable
Returns false if the feature is not writeable.
Public methodResetTimeStamp
Reset the timestamp counter in the camera to 0.
Public methodSetDoubleFeature
Write the double feature identified by node.
Public methodSetFeature
Write the feature identified by node. Works with any data type.
Public methodSetFeatureReadTimeout
Write the read feature timeout (in seconds).
Public methodSetFeatureWriteTimeout
Write the write feature timeout (in seconds).
Public methodSetIntegerFeature
Write the integer feature identified by node.
Public methodSetPersistentIPConfiguration
Function to set the camera�s persistent IP address and subnet mask.
Public methodSetTemporaryIPConfiguration
Function to set the camera�s temporary IP address and subnet mask.
Top
Properties

  NameDescription
Public propertyCurrentIPAddress
The IP address used to communicate with the camera.
Public propertyCurrentSubnetMask
Returns the current subnet mask to be used for communicating with the camera.
Public propertyHostIPAddress
The IP address of the host adapter the camera is connected to.
Public propertyHostSubnetMask
Returns the subnet mask of the GigE adapter to which the camera is attached.
Public propertyIsDHCPEnabled
Whether true or false is determined by if the current IP address of the camera is set via DHCP or by its PersistentIPAddress.
Public propertyMACAddress
Returns the MAC address (also known as physical address) of the camera.
Public propertyPersistentIPAddress
Returns the persistent IP address of the camera.
Public propertyPersistentSubnetMask
Returns the persistent subnet mask of the camera.
Public propertyTimeStampCounter
Read the current value of the camera's timestamp counter.
Public propertyTimeStampFrequency
Read the frequency of the camera's timestamp counter.
Top
See Also