1 2 3 4 5 6
function main() { var hid = new Hid(); new Session(new Atx(), hid, new Msd()); new Stream(); new Ui(hid); }