|
CUPS rastertoql filter
1.0.4
Filter for the Brother QL family of label printers
|
Data Fields | |
| uint8_t | escape |
| uint8_t | command |
| uint8_t | option |
| uint8_t | value |
Structure of a simple command of a QL series printer
| uint8_t ql_simple_command::command |
The command itself, e.g. some ASCII code
| uint8_t ql_simple_command::escape |
Escape code
| uint8_t ql_simple_command::option |
Option of this command
| uint8_t ql_simple_command::value |
Option's value
1.8.17