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