NodeOPCUA API Documentation
    Preparing search index...
    interface ObjectFactory {
        constructObject: (binaryEncodingNodeId: ExpandedNodeId) => BaseUAObject;
        hasConstructor: (binaryEncodingNodeId: ExpandedNodeId) => boolean;
    }
    Index

    Properties

    constructObject: (binaryEncodingNodeId: ExpandedNodeId) => BaseUAObject
    hasConstructor: (binaryEncodingNodeId: ExpandedNodeId) => boolean