ErrorLogBook.Load Method

<< 点击显示目录 >>

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

ErrorLogBook.Load Method

BR.AN.PviServices .NET


Reads the binary data of a file assumes the data to be an error logbook and crestes the logger entries.

[Visual Basic]

Public Sub Load( _

  ByVal fileName As String _

)

[C#]

public string Load(

  string fileName

);

Parameters

fileName

The name of the binary data file to be read.

Return Value

null if successfull els the error message.

See Also

ErrorLogBook Class | BR.AN.PviServices Namespace


Generated from assembly BR.AN.PviServices [8.1.0.4]