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