packages\node-opcua-server-discovery\index.js File
"use strict";
/**
* @module services.discovery
*/
module.exports = {
OPCUADiscoveryServer: require("./src/opcua_discovery_server").OPCUADiscoveryServer,
};
The NodeOPCUA API
API Docs for Version: 0.5.4
"use strict";
/**
* @module services.discovery
*/
module.exports = {
OPCUADiscoveryServer: require("./src/opcua_discovery_server").OPCUADiscoveryServer,
};