ICogGigEAccess MethodsCognex VisionPro 9.8 SR1

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
See Also