meshcentral
Version:
Web based remote computer management server
1 lines • 438 B
JavaScript
module.exports=function(){var n={protocol:1,debug:!1,onData:null,xxStateChange:function(o){n.debug&&console.log("SOL-StateChange",o),0==o&&n.Stop(),3==o&&n.Start()},Start:function(){n.debug&&console.log("SOL-Start")},Stop:function(){n.debug&&console.log("SOL-Stop")},ProcessData:function(o){n.debug&&console.log("SOL-ProcessData",o),n.onData&&n.onData(n,o)},Send:function(o){n.debug&&console.log("SOL-Send",o),n.parent.Send(o)}};return n}