562935844@qq.com
2023-09-19 6521c8e329665cc97f0714a9a094d2d823e23980
HDLSDK/hdl-socket/src/main/java/com/hdl/sdk/socket/codec/IHandleMessage.java
@@ -4,7 +4,7 @@
 * Created by Tong on 2021/9/27.
 */
public interface IHandleMessage {
    void read(byte[] data) throws Exception;
    void read(byte[] data,String ipaddress) throws Exception;
    byte[] write(byte[] data) throws Exception;
}