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