package com.doumee.keyCabinet.utils.i485; public interface SerialPortReadObserver { void onResult(String result); void onResultBytes(byte[] bytes); }