rk
昨天 69758b26403c3c97ad35c2c76125a1ff36a3e9d0
1
2
3
4
5
6
package com.doumee.keyCabinet.utils.i485;
 
public interface SerialPortReadObserver {
 void onResult(String result);
 void onResultBytes(byte[] bytes);
}