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