Skip to content

Add IPP management operations, scheduler send helper, and Printer Application support - #18

Open
Abd002 wants to merge 1 commit into
OpenPrinting:mainfrom
Abd002:cups3-pr-ipp-ops-scheduler-send
Open

Add IPP management operations, scheduler send helper, and Printer Application support#18
Abd002 wants to merge 1 commit into
OpenPrinting:mainfrom
Abd002:cups3-pr-ipp-ops-scheduler-send

Conversation

@Abd002

@Abd002 Abd002 commented May 25, 2026

Copy link
Copy Markdown
Contributor

Description

Adds the new IPP operations for CUPS printers and jobs, and also the
statuses, tags, and attribute-reading methods Printer Applications need.

IppOperation: HoldJob, ReleaseJob, CupsAddModifyPrinter,
CupsCreateLocalPrinter, CupsDeletePrinter, CupsSetDefault,
CupsMoveJob, SetPrinterAttributes, EnablePrinter, DisablePrinter,
CreatePrinter, DeletePrinter, GetPrinters, GetSystemAttributes,
Other(u16)

IppStatus: ErrorOperationNotSupported, ErrorAttributesNotSettable

IppTag: System

IppValueTag: BeginCollection

IppRequest: send_default(&self, resource: &str) -> Result<IppResponse>

IppResponse:

  • status_code(&self) -> u16
  • attributes_named(&self, name: &str) -> Vec<IppAttribute>

IppAttribute:

  • value_tag(&self) -> IppValueTag
  • group_tag(&self) -> Option<IppTag>
  • get_octet_string(&self, index: usize) -> Option<Vec<u8>>
  • collections(&self) -> Vec<HashMap<String, String>>

@Abd002 Abd002 changed the title Add IPP management operations and default scheduler send helper Add IPP management operations, scheduler send helper, and Printer Application support Sep 11, 2026
@Abd002
Abd002 force-pushed the cups3-pr-ipp-ops-scheduler-send branch from 5620997 to 63a53be Compare September 11, 2026 15:33
@Abd002
Abd002 force-pushed the cups3-pr-ipp-ops-scheduler-send branch from 7e702fd to 52e5e79 Compare September 11, 2026 15:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant