Added dc_updatePrinterTemplate
This commit is contained in:
parent
5f7d34ef12
commit
ef48301dad
@ -306,6 +306,10 @@ public:
|
|||||||
QString comPort) const = 0;
|
QString comPort) const = 0;
|
||||||
// download binary file down into device controller
|
// download binary file down into device controller
|
||||||
|
|
||||||
|
virtual bool dc_updatePrinterTemplate(enum FileTypeJson type,
|
||||||
|
int templateNr,
|
||||||
|
QString const &fname) const = 0;
|
||||||
|
|
||||||
virtual void dc_autoRequest(bool on) const =0;
|
virtual void dc_autoRequest(bool on) const =0;
|
||||||
// on = true: select that all READ-Requests are sent automatically
|
// on = true: select that all READ-Requests are sent automatically
|
||||||
// on = false: select that all READ-Requests are sent manually one by one
|
// on = false: select that all READ-Requests are sent manually one by one
|
||||||
|
Loading…
Reference in New Issue
Block a user