cab CUPS Treiber
---
|
Structure heat level, speed and kind of printing method. More...
#include <cab_options.h>
Data Fields | |
char | heat [4] |
Heating (-10 up to 10) More... | |
char | speed [4] |
Print speed in mm. More... | |
char | type [2] |
Method of printing. More... | |
int | ribbon_saver |
Structure heat level, speed and kind of printing method.
Definition at line 174 of file cab_options.h.
char h_options_t::heat[4] |
Heating (-10 up to 10)
Definition at line 175 of file cab_options.h.
Referenced by get_h_option_cmd(), and set_Heat().
int h_options_t::ribbon_saver |
Definition at line 178 of file cab_options.h.
Referenced by get_h_option_cmd(), isRibbonSaveSelected(), and set_ribbon_saver().
char h_options_t::speed[4] |
Print speed in mm.
Definition at line 176 of file cab_options.h.
Referenced by get_h_option_cmd(), and set_Speed().
char h_options_t::type[2] |
Method of printing.
Definition at line 177 of file cab_options.h.
Referenced by get_h_option_cmd(), and set_PrintMethod().