CUPS rastertoql filter  1.0.4
Filter for the Brother QL family of label printers
Data Fields
line_command Struct Reference

Data Fields

size_t bytes_per_line
 
size_t bytes_per_command
 
union {
   struct monochrome_line_start *   bw
 
   struct colour_line_start *   cl
 
command
 

Field Documentation

◆ bw

struct monochrome_line_start* line_command::bw

◆ bytes_per_command

size_t line_command::bytes_per_command

Size of command in bytes (to be sent to the printer)

◆ bytes_per_line

size_t line_command::bytes_per_line

Count of expected command data bytes to describe one line

◆ cl

struct colour_line_start* line_command::cl

◆ command

union { ... } line_command::command