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