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