Logger.Read(Int32, UInt32) Method

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

Logger.Read(Int32, UInt32) Method

BR.AN.PviServices .NET


Read the whole logger module.

[Visual Basic]

<CLSCompliant(IsCompliant:=False)> _

Public Overridable Overloads Sub Read( _

  ByVal count As Integer, _

  ByVal contentVersion As UInt32 _

)

[C#]

[CLSCompliant(IsCompliant=False)]

public virtual void Read(

  int count,

  uint contentVersion

);

Parameters

count

number of entries to read.

contentVersion

the version for the response data; supported by ANSL only!!! Default is 0x1000 which expresses version V1.00.0.

See Also

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


Generated from assembly BR.AN.PviServices [8.1.0.4]