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