offset method
定义每次标签定位时可选择的、额外的标签进纸高度。主要在撕纸或切纸模式下,用于调整标签停止位置,并在下次打印前回退响应的距离。 单位: 毫米
Implementation
void offset({required int m}) =>
RustLib.instance.api.crateApiTsplTsplCommandBuildOffset(that: this, m: m);
定义每次标签定位时可选择的、额外的标签进纸高度。主要在撕纸或切纸模式下,用于调整标签停止位置,并在下次打印前回退响应的距离。 单位: 毫米
void offset({required int m}) =>
RustLib.instance.api.crateApiTsplTsplCommandBuildOffset(that: this, m: m);