TargetObjectCollection.ReadList Method

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

TargetObjectCollection.ReadList Method

BR.AN.PviServices .NET


Reads the the list of objects from the PLC

[Visual Basic]

Public Sub ReadList( _

  ByVal filterOptions As String _

)

[C#]

public int ReadList(

  string filterOptions

);

Parameters

filterOptions

The utf8 sxml string containing the filter options

Return Value

Zero on success. Else will not be firen

See Also

TargetObjectCollection Class | BR.AN.PviServices Namespace | ListRead


Generated from assembly BR.AN.PviServices [8.1.0.4]