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