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