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