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