Expand description
Build Get-Printer-Attributes / Validate-Job IPP responses.
Functions§
- build_
get_ jobs_ response - Build a
Get-Jobsresponse listing one job per group.requestedfilters the per-job attributes; the Get-Jobs default (None) isjob-uri+job-idonly (RFC 8011 §3.2.6.1), supplied by the caller. - build_
job_ attrs_ response - Build a
Get-Job-Attributesresponse for a single job.requestedfilters the returned attributes (None= all, the Get-Job-Attributes default). - get_
printer_ attributes - Build a successful Get-Printer-Attributes response.
- print_
job_ accepted - Build the
Print-Jobaccepted response for a freshly-allocated job. - set_
printer_ idle - Transition the printer back to
IppPrinterState::Idle. - set_
printer_ processing - Transition the printer into
IppPrinterState::Processing. - validate_
job - Validate-Job: same capability surface as Get-Printer-Attributes (success).