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