Preparing search index...
The search index is not available
NodeOPCUA reference documentation - public API
NodeOPCUA reference documentation - public API
node-opcua-client
node-opcua-client
IBasicSessionTranslateBrowsePath
Interface IBasicSessionTranslateBrowsePath
interface
IBasicSessionTranslateBrowsePath
{
translateBrowsePath
(
browsePath
:
BrowsePath
)
:
Promise
<
BrowsePathResult
>
;
translateBrowsePath
(
browsePaths
:
BrowsePath
[]
)
:
Promise
<
BrowsePathResult
[]
>
;
translateBrowsePath
(
browsesPath
:
BrowsePath
[]
,
callback
:
ResponseCallback
<
BrowsePathResult
[]
>
)
:
void
;
translateBrowsePath
(
browsePath
:
BrowsePath
,
callback
:
ResponseCallback
<
BrowsePathResult
>
)
:
void
;
}
Hierarchy (
view full
)
IBasicSessionTranslateBrowsePathCallback
IBasicSessionTranslateBrowsePathAsync
IBasicSessionTranslateBrowsePath
ClientSessionTranslateBrowsePathService
IBasicSessionAsync
IBasicSession
Index
Methods
translate
Browse
Path
Methods
translate
Browse
Path
translate
Browse
Path
(
browsePath
)
:
Promise
<
BrowsePathResult
>
Parameters
browsePath
:
BrowsePath
Returns
Promise
<
BrowsePathResult
>
translate
Browse
Path
(
browsePaths
)
:
Promise
<
BrowsePathResult
[]
>
Parameters
browsePaths
:
BrowsePath
[]
Returns
Promise
<
BrowsePathResult
[]
>
translate
Browse
Path
(
browsesPath
,
callback
)
:
void
Parameters
browsesPath
:
BrowsePath
[]
callback
:
ResponseCallback
<
BrowsePathResult
[]
>
Returns
void
translate
Browse
Path
(
browsePath
,
callback
)
:
void
Parameters
browsePath
:
BrowsePath
callback
:
ResponseCallback
<
BrowsePathResult
>
Returns
void
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
Methods
translate
Browse
Path
NodeOPCUA reference documentation - public API
Loading...