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