这是EventArgs的构造函数。您通常不需要使用此方法。
命名空间:Cognex.VisionPro
编译:Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 55.0.0.0
构成语法
C#
复制
public Cog1394DCAMBusConfigurationChangedEventArgs( bool unplugged, bool busReset, bool busResetInitiator, int busResetInitiatorNodeNumber, bool nodeNumberChanged, int hostNodeNumber, int nodeCount, int busGenerationCount )
VB
复制
Public Sub New ( unplugged As Boolean, busReset As Boolean, busResetInitiator As Boolean, busResetInitiatorNodeNumber As Integer, nodeNumberChanged As Boolean, hostNodeNumber As Integer, nodeCount As Integer, busGenerationCount As Integer )
C++
复制
public: Cog1394DCAMBusConfigurationChangedEventArgs( bool unplugged, bool busReset, bool busResetInitiator, int busResetInitiatorNodeNumber, bool nodeNumberChanged, int hostNodeNumber, int nodeCount, int busGenerationCount )
参数
- unplugged
类型: System.Boolean - busReset
类型: System.Boolean - busResetInitiator
类型: System.Boolean - busResetInitiatorNodeNumber
类型: System.Int32 - nodeNumberChanged
类型: System.Boolean - hostNodeNumber
类型: System.Int32 - nodeCount
类型: System.Int32 - busGenerationCount
类型: System.Int32
查看更多
Cog1394DCAMBusConfigurationChangedEventArgs Class
Cognex.VisionPro Namespace
评论 (0)