Preparing search index...
The search index is not available
NodeOPCUA reference documentation - public API
NodeOPCUA reference documentation - public API
node-opcua
CloneFilter
Interface CloneFilter
interface
CloneFilter
{
filterFor
(
childInstance
:
UAObject
|
UAMethod
|
UAVariable
)
:
CloneFilter
;
shouldKeep
(
node
:
BaseNode
)
:
boolean
;
}
Index
Methods
filter
For
should
Keep
Methods
filter
For
filter
For
(
childInstance
)
:
CloneFilter
Parameters
childInstance
:
UAObject
|
UAMethod
|
UAVariable
Returns
CloneFilter
should
Keep
should
Keep
(
node
)
:
boolean
Parameters
node
:
BaseNode
Returns
boolean
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
Methods
filter
For
should
Keep
NodeOPCUA reference documentation - public API
Loading...