Skip to content

labelwriter


labelwriter / core/src / write550Job

Function: write550Job()

write550Job(transport, job, options?): Promise<void>

Write a composed 550 job interactively. See the lw5-raster protocol doc — "Inter-label status handshake" — for the wire contract.

Lock byte: 0 on the last label (final query + lock release), 2 between labels (host defers the read to the next iteration).

Parameters

transport

Transport

job

Composed550Job

options?

Write550JobOptions = {}

Returns

Promise<void>