ErrorLogBook.Read(String) Method

<< 点击显示目录 >>

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

ErrorLogBook.Read(String) Method

BR.AN.PviServices .NET


Reads the binary data of the error logbook and saves it to the specified file

[Visual Basic]

Public Overloads Sub Read( _

  ByVal fileName As String _

)

[C#]

public void Read(

  string fileName

);

Parameters

fileName

The name of the file where to store the binary data.

See Also

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


Generated from assembly BR.AN.PviServices [8.1.0.4]