These TC's are never used. Should they be removed from the MIB?
Bob Pentecost
HP
PrtSupplementaryPageContentTC ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"Supplementary pages are added by the printing system and are
not part of the actual print job. Examples include error and
banner pages. This textual convention is used to specify the
information content of these pages."
SYNTAX INTEGER {
noPage(3), -- no page will be produced
concise(4), -- content of page is concise
verbose(5) -- content of page is verbose
}
PrtPrintOrientationTC ::= TEXTUAL-CONVENTION
-- This value is a type 1 enumeration
STATUS current
DESCRIPTION
"A generic representation for printing orientation on a "page"."
SYNTAX INTEGER {
other(1),
portrait(3),
landscape(4)
}
----------