How to use the node-opcua-service-query.QueryNextResponse function in node-opcua-service-query

To help you get started, we’ve selected a few node-opcua-service-query examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github node-opcua / node-opcua / packages / node-opcua-server / src / opcua_server.js View on Github external
OPCUAServer.prototype._on_QueryNext = function (message, channel) {
    return g_sendError(channel, message, query_service.QueryNextResponse, StatusCodes.BadNotImplemented);
};

node-opcua-service-query

pure nodejs OPCUA SDK - module service-query

MIT
Latest version published 2 months ago

Package Health Score

86 / 100
Full package analysis