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