CogAcqSimultaneous Master Property Cognex VisionPro 9.20
Returns the master acquisition fifo if this is a slave. Returns null if this is not a slave.

Namespace: Cognex.VisionPro.Implementation.Internal
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 80.0.0.0
Syntax

public virtual ICogAcqFifo Master { get; }

Property Value

Type: ICogAcqFifo

Implements

ICogAcqSimultaneous Master
Remarks

Returns the master acquisition FIFO if this is a slave FIFO. Returns null if this is not a slave.

See Also