MrShi
2025-11-06 62961fe6b2936c03ce70ed763ad93bc072215c59
1
2
3
4
5
6
package com.doumee.keyCabinet.utils.i485;
 
public interface SerialPortReadObserver {
 void onResult(String result);
 void onResultBytes(byte[] bytes);
}