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