PviEventArgs Constructor

<< 点击显示目录 >>

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

PviEventArgs Constructor

BR.AN.PviServices .NET


Creates a new instance of this class.

[Visual Basic]

Public Overloads Sub New( _

  ByVal name As String, _

  ByVal address As String, _

  ByVal errorCode As Integer, _

  ByVal language As String, _

  ByVal action As Action _

)

[C#]

PviEventArgs(

  string name,

  string address,

  int errorCode,

  string language,

  Action action

);

Parameters

name

Logical name of the PviServices object

address

Logical address of the PviServices object

errorCode

ErrorCode of the PviServices object

language

Language of the PviServices object

action

Action

See Also

PviEventArgs Class | BR.AN.PviServices Namespace


Generated from assembly BR.AN.PviServices [8.1.0.4]