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