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