Cog1394DCAMBusConfigurationChangedEventArgs Constructor 中文翻译8.2版

这是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

原创文章,作者:奋斗,如若转载,请注明出处:https://blog.ytso.com/241874.html

(0)
上一篇 2022年4月7日 01:52
下一篇 2022年4月7日

相关推荐

发表回复

登录后才能评论