OPCDA.NET Reference Manual
BrowseAccessPaths Method
See Also  Send Feedback
OpcDaNetUA.Net4 Assembly > OPCDA.NET Namespace > OpcServer Class : BrowseAccessPaths Method

itemID
full item name
stringEnumerator
OUT: string enumerator

Glossary Item Box

Provides a way to browse the available AccessPaths for an ITEM ID. ( IOPCBrowseServerAddressSpace:: BrowseAccessPaths )
Clients are allowed to get Access Path Enumerators for more than one item at a time. Changing the browse position will not affect any enumerator the client already has. AccessPath is the "how" for the server to get the data specified by the itemID (the what). The client uses this function to identify the possible access paths for the specified itemID.

Syntax

Visual Basic (Declaration) 
Public Function BrowseAccessPaths( _
   ByVal itemID As String, _
   ByRef stringEnumerator As IEnumString _
) As Integer
C# 
public int BrowseAccessPaths( 
   string itemID,
   out IEnumString stringEnumerator
)

Parameters

itemID
full item name
stringEnumerator
OUT: string enumerator

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2016, .NET 4.x

See Also

Copyright © 2002-2018 Advosol Inc. All Rights Reserved.