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