CogAcqFifo8100L OwnedGigEVisionTransportParams Property Cognex VisionPro
Gets the gige vision transport parameters. These parameters are owned by this AcqFifo object, but are conveniently grouped together inside the returned interface. A null interface will be returned if your hardware does not support these parameters. Your code should check for null before attempting access.

Namespace: Cognex.VisionPro.FG8100L.Implementation.Internal
Assembly: Cognex.VisionPro.FG8100L (in Cognex.VisionPro.FG8100L.dll) Version: 65.1.0.0
Syntax

public virtual ICogAcqGigEVisionTransport OwnedGigEVisionTransportParams { get; }

Property Value

Type: ICogAcqGigEVisionTransport
An interface containing the gige vision transport parameters for this AcqFifo, or null if these parameters are not supported by your hardware in the currently selected video format.

Implements

ICogAcqFifo OwnedGigEVisionTransportParams
See Also