Variable.Connect(ConnectionType, Int32) Method

<< 点击显示目录 >>

主页  PVI通信 > PVI帮助信息 > PVI Services > BR.AN.Namespace > BR.AN.PviServices > Variable Class > Variable Methods > Connect Method >

Variable.Connect(ConnectionType, Int32) Method

BR.AN.PviServices .NET


Helper to connect this instance to a PVI variable object.

[Visual Basic]

Public Overridable Overloads Sub Connect( _

  ByVal conType As ConnectionType, _

  ByVal internalAction As Integer _

)

[C#]

public virtual void Connect(

  ConnectionType conType,

  int internalAction

);

Parameters

conType

Which type of connection is it.

internalAction

Additional info parameter.

See Also

Variable Class | BR.AN.PviServices Namespace | Variable.Connect Overload List | ConnectionType


Generated from assembly BR.AN.PviServices [8.1.0.4]