*Initial and maximum value vary depending on the printer model.
Setter method
int setBackupSpeed (int backupSpeed)
Returns CLS_SUCCESS (0) on success. See "2.1 Return value" for the error codes.
Getter method
int getBackupSpeed ()
Returns the set value. If nothing has been set, it returns CLS_PROPERTY_DEFAULT(999999).
Example
int backupSpeed;
printer.setBackupSpeed(LabelConst.CLS_SPEEDSETTING_O);
backupSpeed = printer.getBackupSpeed();