Preparing search index...
The search index is not available
NodeOPCUA reference documentation - public API
NodeOPCUA reference documentation - public API
node-opcua
ObjectFactory
Interface ObjectFactory
interface
ObjectFactory
{
constructObject
:
(
(
binaryEncodingNodeId
:
ExpandedNodeId
)
=>
BaseUAObject
)
;
hasConstructor
:
(
(
binaryEncodingNodeId
:
ExpandedNodeId
)
=>
boolean
)
;
}
Index
Properties
construct
Object
has
Constructor
Properties
construct
Object
construct
Object
:
(
(
binaryEncodingNodeId
:
ExpandedNodeId
)
=>
BaseUAObject
)
has
Constructor
has
Constructor
:
(
(
binaryEncodingNodeId
:
ExpandedNodeId
)
=>
boolean
)
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
Properties
construct
Object
has
Constructor
NodeOPCUA reference documentation - public API
Loading...