Ends printer job.
List<int> endJob() { List<int> bytes = []; bytes += cEndJob.codeUnits; return bytes; }