What are flexServerInternals and sandboxFlowContext variables

hi all I'm using opcua compact server node and in a tutorial there are the following command in the javascript code
function constructAlarmAddressSpace(server,addressSpace,eventObjects,done){
...
...
var flexServerInternals = this;
this.sandboxFlowContext.set("isoInput1",0);

I would like learn more details about flexServerInternals and sandboxFlowContext in order to reach them outside node too
many thanks in advance
best regards

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.