PviEventArgsXMLApplicationInfo Constructor

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

PviEventArgsXMLApplicationInfo Constructor

BR.AN.PviServices .NET


Creates a new instance of the PviEventArgsXMLApplicationInfo class.

[Visual Basic]

<CLSCompliant(IsCompliant:=False)> _

Public Sub New( _

  ByVal name As String, _

  ByVal address As String, _

  ByVal error As Integer, _

  ByVal language As String, _

  ByVal action As Action, _

  ByVal pData As IntPtr, _

  ByVal dataLen As UInt32 _

)

[C#]

[CLSCompliant(IsCompliant=False)]

PviEventArgsXMLApplicationInfo(

  string name,

  string address,

  int error,

  string language,

  Action action,

  IntPtr pData,

  uint dataLen

);

Parameters

name

Object name

address

Object address

error

Error code

language

Language

action

Action

pData

Pointer to the XML data string.

dataLen

length of the XML data string.

See Also

PviEventArgsXMLApplicationInfo Class | BR.AN.PviServices Namespace


Generated from assembly BR.AN.PviServices [8.1.0.4]