Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- static public function parseDNPcommands(obj:Object):void
- {
- Logger.log({act: "dnp_info", status: obj.status, printKey: obj.printKey});
- switch (obj.status)
- {
- case "STATUS_USUALLY_IDLE":
- case "STATUS_OTHER":
- break;
- default:
- Errors.err(36, obj.status);
- return;
- }
- if (Main._curPrintWorker === PrintDirectly)
- {
- PrintDirectly.nextPrint(obj);
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement