weimingfei
3 天以前 32f1fab3ce19db6539030c5e574212552a3f3abc
1
2
3
4
5
6
package com.doumee.keyCabinet.utils.i485;
 
public interface SerialPortReadObserver {
 void onResult(String result);
 void onResultBytes(byte[] bytes);
}