IODataPoint Constructor

<< 点击显示目录 >>

主页  PVI通信 > PVI帮助信息 > PVI Services > BR.AN.Namespace > BR.AN.PviServices > IODataPoint Class >

IODataPoint Constructor

BR.AN.PviServices .NET


Initialices a new instance of an IO data point. Do not call this constructor directly!

[Visual Basic]

Public Sub New( _

  ByVal cpu As Cpu, _

  ByVal name As String _

)

[C#]

IODataPoint(

  Cpu cpu,

  string name

);

Parameters

cpu

The Cpu object this IO belongs to.

name

The name of the IO.

See Also

IODataPoint Class | BR.AN.PviServices Namespace


Generated from assembly BR.AN.PviServices [8.1.0.4]