cutPaper
2022-06-27 10:24 更新
切纸
cutPaper(callback(ret, err))
需要先调用startService后才能使用,调用stopService以后将不能使用
callback(ret)
ret:
- 类型:JSON对象
- 内部字段:status 布尔型
{
status: true, //false
}
示例代码
var demo = api.require('sunmiT1Printer');
demo.cutPaper(function(ret, err) {
alert(JSON.stringify(ret));
});
可用性
Android系统
可提供的1.0.0及更高版本
以上内容是否对您有帮助:
更多建议: