CogNdmNewUserDataEventArgs ChannelIndex Property Cognex VisionPro 9.5
Gets the index of the user data slot\channel which has new user data available.

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

public int ChannelIndex { get; }

Property Value

Type: Int32
Remarks

The remote device can send separate "Set User Data" signals for each user data slot\channel, you can distinguish between these signals by examining this property.
See Also