rk
2026-03-04 2af18c8ad2834fe18b38f57118cab7073bdb8ad0
1
2
3
4
5
6
package com.doumee.keyCabinet.utils.i485;
 
public interface SerialPortReadObserver {
 void onResult(String result);
 void onResultBytes(byte[] bytes);
}