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