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