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