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