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