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