摘要:
先写个接口class public interface OnSerialPortDataListener { /** * 数据接收 * * @param str 接收到的数据 */ void onDataReceived(String str);}接下来在B.Class中1,先定义 private 阅读全文
posted @ 2020-04-18 16:30
snbill
阅读(1281)
评论(0)
推荐(1)