How to use the node-opcua-service-call.Argument function in node-opcua-service-call

To help you get started, we’ve selected a few node-opcua-service-call 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-address-space / src / address_space_add_method.js View on Github external
value: options.inputArguments.map(function (opt) {
                    return new Argument(opt);
                })
            });
github node-opcua / node-opcua / packages / node-opcua-address-space / src / address_space_add_method.js View on Github external
value: options.outputArguments.map(function (opts) {
                    return new Argument(opts);
                })
            });

node-opcua-service-call

pure nodejs OPCUA SDK - module service-call

MIT
Latest version published 7 days ago

Package Health Score

84 / 100
Full package analysis