ICogGenTLAccess InterfaceCognex VisionPro 9.5
Interface for accessing features and Imaging Device hardware info.

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

public interface ICogGenTLAccess

The ICogGenTLAccess type exposes the following members.

Methods

  NameDescription
Public methodDeterminePixelFormats
Return the available pixel formats from the camera.
Public methodExecuteCommand
Execute the command identified by node.
Public methodFindProducer
Returns a string stating a Producer Name.
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 methodGetFeatureType
Get the type of this feature.
Public methodGetFSFromCamera
Return the Feature Snapshot data from the camera.
Public methodGetIntegerFeature
Read the integer feature identified by node.
Public methodGetValidEnumValues
Get the valid settings for an enum feature.
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 writable.
Public methodSetDoubleFeature
Write the double feature identified by node.
Public methodSetFeature
Write the feature identified by node. Works with any data type.
Public methodSetIntegerFeature
Write the integer feature identified by node.
Top
Properties

  NameDescription
Public propertyTLType
Returns the unique identifier of the device.
Top
See Also