ItemId browse method returning a string array instead of an enumerator. The OPC standard does not provide this method.
Visual Basic (Declaration) | |
---|---|
Public Overloads Function BrowseCurrentBranch( _ ByVal filterType As OPCBROWSETYPE, _ ByVal NameFilter As String, _ ByVal sTypeFilter As Type, _ ByVal accessRightsFilter As OPCACCESSRIGHTS, _ ByRef NameArr As ArrayList _ ) As Integer |
C# | |
---|---|
public int BrowseCurrentBranch( OPCBROWSETYPE filterType, string NameFilter, Type sTypeFilter, OPCACCESSRIGHTS accessRightsFilter, out ArrayList NameArr ) |
Parameters
- filterType
- IN: branch/leaf filter
- NameFilter
- IN: server specific filter string
- sTypeFilter
- IN: data type filter
- accessRightsFilter
- IN: access rights filter
- NameArr
- OUT: array with the browsed items