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