OPCDA.NET-UA
BrowseChangePosition Method
See Also  Send Feedback
OpcDaNetUaOption.Net4 Assembly > UA_Wrapper Namespace > Server Class : BrowseChangePosition Method

browseDirection
browse to, up or down
position
new absolute or relative branch

Glossary Item Box

Change to the specified branch in virtual address space. This method is only called when virtual BrowseMode is selected.

Syntax

Visual Basic (Declaration) 
Public Function BrowseChangePosition( _
   ByVal browseDirection As Integer, _
   ByVal position As String _
) As Integer
C# 
public int BrowseChangePosition( 
   int browseDirection,
   string position
)

Parameters

browseDirection
browse to, up or down
position
new absolute or relative branch

Return Value

HRESULT error code

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2008/2012/2016, .NET 4.7.2

See Also

Copyright © 2020 Advosol Inc. All Rights Reserved.