⚠️ VeridianOS Kernel Documentation - This is low-level kernel code. All functions are unsafe unless explicitly marked otherwise. no_std

Module print

Module print 

Source
Expand description

Print Spooler Service

Manages print queues, jobs, and printer configurations. Supports virtual printers and IPP/1.1 protocol stubs for future network printing.

Structs§

IppRequest
An IPP request.
IppResponse
An IPP response.
PrintJob
A print job.
PrintQueue
A queue of print jobs for a single printer.
PrintSpooler
Central print spooler managing multiple printer queues.
PrinterConfig
Configuration for a single printer.

Enums§

IppOperation
IPP operation codes (subset).
IppStatus
IPP status codes (subset).
PaperSize
Paper size for printing.
PrintJobStatus
Status of a print job.
PrinterDriver
Printer driver type.

Type Aliases§

PrintJobId
Unique job identifier.