Module: Rex::Proto::PJL
- Defined in:
- lib/rex/proto/pjl.rb,
lib/rex/proto/pjl/client.rb
Overview
en.wikipedia.org/wiki/Printer_Job_Language See external links for PJL spec
Defined Under Namespace
Constant Summary collapse
- DEFAULT_PORT =
9100- DEFAULT_TIMEOUT =
5- COUNT_MAX =
2_147_483_647- SIZE_MAX =
2_147_483_647- UEL =
Universal Exit Language
"\e%-12345X"- PREFIX =
"@PJL"- RDYMSG =
"#{PREFIX} RDYMSG"- FSINIT =
"#{PREFIX} FSINIT"- FSQUERY =
"#{PREFIX} FSQUERY"- FSDIRLIST =
"#{PREFIX} FSDIRLIST"- FSUPLOAD =
"#{PREFIX} FSUPLOAD"- FSDOWNLOAD =
"#{PREFIX} FSDOWNLOAD"- FSDELETE =
"#{PREFIX} FSDELETE"