ErrorLogBook.Connect(ConnectionType) Method

<< 点击显示目录 >>

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

ErrorLogBook.Connect(ConnectionType) Method

BR.AN.PviServices .NET


We do not need to connect this object because there is no module on the PLC which represents this kind of object.

[Visual Basic]

Public Overrides Overloads Sub Connect( _

  ByVal connectionType As ConnectionType _

)

[C#]

public override void Connect(

  ConnectionType connectionType

);

Parameters

connectionType

ConnectionType of a PviServices

Remarks

The OnConnected Event will be fired immediately!

See Also

ErrorLogBook Class | BR.AN.PviServices Namespace | ErrorLogBook.Connect Overload List


Generated from assembly BR.AN.PviServices [8.1.0.4]