NodeOPCUA API Documentation
Book
GitHub
Support
Preparing search index...
node-opcua-client
index
ClientSessionTranslateBrowsePathService
Interface ClientSessionTranslateBrowsePathService
interface
ClientSessionTranslateBrowsePathService
{
translateBrowsePath
(
browsePath
:
BrowsePathOptions
,
)
:
Promise
<
BrowsePathResult
>
;
translateBrowsePath
(
browsePaths
:
BrowsePathOptions
[]
,
)
:
Promise
<
BrowsePathResult
[]
>
;
translateBrowsePath
(
browsesPath
:
BrowsePathOptions
[]
,
callback
:
ResponseCallback
<
BrowsePathResult
[]
>
,
)
:
void
;
translateBrowsePath
(
browsePath
:
BrowsePathOptions
,
callback
:
ResponseCallback
<
BrowsePathResult
>
,
)
:
void
;
}
Hierarchy (
View Summary
)
IBasicSessionTranslateBrowsePath
ClientSessionTranslateBrowsePathService
ClientSession
Index
Methods
translate
Browse
Path
Methods
translate
Browse
Path
translateBrowsePath
(
browsePath
:
BrowsePathOptions
)
:
Promise
<
BrowsePathResult
>
Parameters
browsePath
:
BrowsePathOptions
Returns
Promise
<
BrowsePathResult
>
translateBrowsePath
(
browsePaths
:
BrowsePathOptions
[]
,
)
:
Promise
<
BrowsePathResult
[]
>
Parameters
browsePaths
:
BrowsePathOptions
[]
Returns
Promise
<
BrowsePathResult
[]
>
translateBrowsePath
(
browsesPath
:
BrowsePathOptions
[]
,
callback
:
ResponseCallback
<
BrowsePathResult
[]
>
,
)
:
void
Parameters
browsesPath
:
BrowsePathOptions
[]
callback
:
ResponseCallback
<
BrowsePathResult
[]
>
Returns
void
translateBrowsePath
(
browsePath
:
BrowsePathOptions
,
callback
:
ResponseCallback
<
BrowsePathResult
>
,
)
:
void
Parameters
browsePath
:
BrowsePathOptions
callback
:
ResponseCallback
<
BrowsePathResult
>
Returns
void
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Methods
translate
Browse
Path
Book
GitHub
Support
NodeOPCUA API Documentation
Loading...