nx_print_validate.nx
buildroot/runtime/nx_print_validate.nx
about
nx_print_validate.nx -- LIVE, SAFE proof of the submission path. Sends a Validate-Job for an image/urf
document to the real Brother and reports whether it WOULD accept the job. Prints NOTHING -- no paper,
no toner consumed (Validate-Job per RFC 8011 4.2.3). This is the safe acceptance test for the whole
rasterize->submit pipeline before any physical Print-Job. READ-ONLY -> never-brick. license_tier: ORIGINAL
dependencies 4 imports · 0 importers
imports: nx_syscalls.nxnx_ipp_codec.nxnx_ipp_transport.nxnx_ipp_submit.nx
imported by: nobody (leaf or entry point)
call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown
structs
| none |
consts
| 10 | const K_MAGIC_2048: i64 = 2048 |
| 11 | const K_MAGIC_131072: i64 = 131072 |
functions
| 13 | func p(s: *u8) -> i64 { var n: i64 = 0; while s[n] != (0 as u8) { n = n + 1 } sys_write(1, s, n); return 0 } |
| 14 | func pn(v: i64) -> i64 |
| 23 | func phex16(v: i64) -> i64 |
| 29 | func main() -> i64 |