VariableCollectionEventArgs Constructor

<< 点击显示目录 >>

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

VariableCollectionEventArgs Constructor

BR.AN.PviServices .NET


Initializes a new instance of this class.

[Visual Basic]

Public Sub New( _

  ByVal name As String, _

  ByVal address As String, _

  ByVal error As Integer, _

  ByVal language As String, _

  ByVal action As Action, _

  ByVal variables As VariableCollection _

)

[C#]

VariableCollectionEventArgs(

  string name,

  string address,

  int error,

  string language,

  Action action,

  VariableCollection variables

);

Parameters

name

Object name

address

Object address

error

Errorcode

language

Language

action

Action

variables

Variable list

See Also

VariableCollectionEventArgs Class | BR.AN.PviServices Namespace


Generated from assembly BR.AN.PviServices [8.1.0.4]