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