⚠️ You are reading documentation for an OLD version (v2.20.0). The current released version is v2.173.1.
View latest documentation →
Search
Preparing search index...
The search index is not available
node-opcua-mono-repo
Support
Backers
Options
All
Public
Public/Protected
All
Inherited
Menu
ClientSessionTranslateBrowsePathService
Globals
Interface ClientSessionTranslateBrowsePathService
Hierarchy
ClientSessionTranslateBrowsePathService
ClientSession
Methods
translateBrowsePath
Methods
translate
Browse
Path
translate
Browse
Path
(
browsesPath
:
BrowsePath
[]
, callback
:
ResponseCallback
<
BrowsePathResult
[]
>
)
:
void
translate
Browse
Path
(
browsePath
:
BrowsePath
, callback
:
ResponseCallback
<
BrowsePathResult
>
)
:
void
translate
Browse
Path
(
browsePath
:
BrowsePath
)
:
Promise
<
BrowsePathResult
>
translate
Browse
Path
(
browsePaths
:
BrowsePath
[]
)
:
Promise
<
BrowsePathResult
[]
>
Parameters
browsesPath:
BrowsePath
[]
callback:
ResponseCallback
<
BrowsePathResult
[]
>
Returns
void
Parameters
browsePath:
BrowsePath
callback:
ResponseCallback
<
BrowsePathResult
>
Returns
void
Parameters
browsePath:
BrowsePath
Returns
Promise
<
BrowsePathResult
>
Parameters
browsePaths:
BrowsePath
[]
Returns
Promise
<
BrowsePathResult
[]
>
Client
Session
Translate
Browse
Path
Service
translate
Browse
Path
Generated using
TypeDoc