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