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