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