ICog1394DCAMAccess InterfaceCognex VisionPro 9.8
Interface for accessing registers and 1394DCAM hardware info.

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

public interface ICog1394DCAMAccess

The ICog1394DCAMAccess type exposes the following members.

Methods

  NameDescription
Public methodGetRegisterAccess(Int32)
Access the 1394DCAM register with the given address.
Public methodGetRegisterAccess(UInt32)
Access the 1394DCAM register with the given address.
Public methodSetRegisterAccess(Int32, Int32)
Access the 1394DCAM register with the given address.
Public methodSetRegisterAccess(UInt32, UInt32)
Access the 1394DCAM register with the given address.
Top
Properties

  NameDescription
Public propertyAdapterLocation
Get the Adapter Location string of the host controller for this camera.
Public propertyBusNumber
Read the 10-bit bus number that identifies the 1394 bus to which this camera is connected.
Public propertyControllerID
Get the ID string of the host controller for this camera.
Public propertyNodeNumber
Read the 6-bit node number that identifies this camera.
Public propertyVendorID
Get the vendor ID of this camera.
Top
Events

  NameDescription
Public eventBusConfigurationChanged
Occurs when a bus configuration changed (e.g. unplugged or bus reset) is detected for this frame grabber.
Top
See Also