3 #include <rapidjson/document.h>
@ FAST
Fast speed.
Definition: printConfig.h:12
Represents a configuration for printing.
Definition: printConfig.h:62
@ PAPER_SENSOR3
Sensor 3.
Definition: printConfig.h:52
@ PAPER_SENSOR1
Sensor 1.
Definition: printConfig.h:50
@ PAPER_SENSOR4
Sensor 4.
Definition: printConfig.h:53
@ PAPER_WIDTH
Paper width.
Definition: printConfig.h:35
@ PAPER_ADJ
Paper adjust.
Definition: printConfig.h:43
@ CUT_PROFILE
Cut profile.
Definition: printConfig.h:42
void setValue(const int value)
Definition: printConfig.h:97
@ MEDIUM
Medium intensity.
Definition: printConfig.h:19
PrintSpeed
Print speed value (for SPEED parameter)
Definition: printConfig.h:7
int getValue() const
Definition: printConfig.h:88
@ RIGHT_MARGIN
Right margin.
Definition: printConfig.h:39
@ FULL
Full cut.
Definition: printConfig.h:28
PrintIntensity
Print intensity value (for INTENSITY parameter)
Definition: printConfig.h:16
PaperSensor
Configuration parameter.
Definition: printConfig.h:48
@ BOTTOM_MARGIN
Bottom margin.
Definition: printConfig.h:40
@ TICKET_OFFSET
Ticket offset.
Definition: printConfig.h:36
Deepsy Printer namespace that includes the different enums, structs or method signatures that should ...
Definition: printerApi.h:13
@ UNKNOWN
Unknown.
Definition: printConfig.h:34
@ HIGH
High intensity.
Definition: printConfig.h:20
@ INTENSITY
Intensity.
Definition: printConfig.h:41
Parameter
Configuration parameter.
Definition: printConfig.h:32
@ SPEED
Speed.
Definition: printConfig.h:44
dpyPrinter::Parameter getParameter() const
Definition: printConfig.h:79
@ UPPER_MARGIN
Upper margin.
Definition: printConfig.h:37
@ LEFT_MARGIN
Left margin.
Definition: printConfig.h:38
@ PARTIAL
Partial cut.
Definition: printConfig.h:27
@ NONE
No cut.
Definition: printConfig.h:26
CutProfile
Cut profile value (for CUT_PROFILE parameter)
Definition: printConfig.h:24
@ ULTRASLOW
Ultra slow speed.
Definition: printConfig.h:9
@ NORMAL
Normal speed.
Definition: printConfig.h:11
@ PAPER_SENSOR2
Sensor 2.
Definition: printConfig.h:51
@ SLOW
Slow speed.
Definition: printConfig.h:10
@ LOW
Low intensity.
Definition: printConfig.h:18