我使用EMDK 3.0为deInitialization Scanner编写了示例应用程序,它的正确方法是什么?
scanner.cancelRead();
scanner.disable();
scanner.removeDataListener(this);
scanner.removeStatusListener(this);
scanner.release();
我想订购上述步骤..
答案 0 :(得分:0)
我们可以在https://developer.motorolasolutions.com/docs/DOC-2659
找到完整的示例代码根据docs,正确的程序似乎是:
scanner.cancelRead();
scanner.disable();