nx_print_send.nx
buildroot/runtime/nx_print_send.nx
about
nx_print_send.nx -- PHYSICAL Print-Job: submit the sovereign .urf artifact to the real Brother and
print a page. This is OUTWARD-FACING + consumes paper/toner -> run ONLY on explicit operator consent.
Reads knowledge/fetched/nishi_test.urf, builds a Print-Job (image/urf), POSTs it, reports job-id/state.
Still never-brick (#26): it submits a normal print job; it writes no firmware/NVRAM. 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_4096: i64 = 4096 |
| 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 |