npCtlStatusPageLangMask
OBJECT-TYPE
1.3.6.1.4.1.11.2.4.3.7.15
Description
This object specifies the Page Description Language (PDL) used to print the status page. It is a bit mask as follows: pcl = 1 ascii = 2 postscript = 4 hpgl2 = 8 all = 15 Although the user may select a specific PDL it doesn't guarantee that the status page will actually be printed as selected, as the actual PDL used depends on the PDL capability of the printer. PDL values may also be set via npCtlStatusPageLang, by telnet, by the embedded web server on the JetDirect device, by the front panel of some printers, or by using the select button on the EX box. PDL values set via these alternate methods will be reflected by this object upon a read. This object is intended as an eventual replacement for npCtlStatusPageLang.
Syntax
INTEGER { pcl (1), ascii (2), pcl-ascii (3), postscript (4), pcl-postscript (5), ascii-postscript (6), pcl-ascii-postscript (7), hpgl2 (8), pcl-hpgl2 (9), ascii-hpgl2 (10), pcl-ascii-hpgl2 (11), postscript-hpgl2 (12), pcl-postscript-hpgl2 (13), ascii-postscript-hpgl2 (14), all (15) }