ResponseInfo Constructor

<< 点击显示目录 >>

主页  PVI通信 > PVI帮助信息 > PVI Services > BR.AN.Namespace > BR.AN.PviServices > ResponseInfo Structure >

ResponseInfo Constructor

BR.AN.PviServices .NET


Initializes a new instance of the ResponseInfo class.

[Visual Basic]

Public Sub New( _

  ByVal linkID As Integer, _

  ByVal mode As Integer, _

  ByVal type As Integer, _

  ByVal error As Integer, _

  ByVal status As Integer _

)

[C#]

ResponseInfo(

  int linkID,

  int mode,

  int type,

  int error,

  int status

);

Parameters

linkID

The ID for the link objekt

mode

The access or event mode.

type

The type of response.

error

The errror code.

status

The state.

See Also

ResponseInfo Class | BR.AN.PviServices Namespace


Generated from assembly BR.AN.PviServices [8.1.0.4]