Preparing search index...
The search index is not available
NodeOPCUA reference documentation - public API
NodeOPCUA reference documentation - public API
node-opcua
findInTypeOrSuperType
Function findInTypeOrSuperType
find
In
Type
Or
Super
Type
(
session
,
browsePath
)
:
Promise
<
{
nodeId
:
NodeId
;
}
|
{
err
:
Error
;
nodeId
:
null
;
}
>
Parameters
session
:
IBasicSessionAsync
browsePath
:
BrowsePath
Returns
Promise
<
{
nodeId
:
NodeId
;
}
|
{
err
:
Error
;
nodeId
:
null
;
}
>
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
NodeOPCUA reference documentation - public API
Loading...