All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.github.nichetoolkit.socket.model.proccessor.Jt808TerminalParameterProcessor Maven / Gradle / Ivy

package io.github.nichetoolkit.socket.model.proccessor;

/**
 * 

TerminalParameterProcessor

* @author Cyan ([email protected]) * @version v.1.0 */ public interface Jt808TerminalParameterProcessor { /** * 终端参数处理 * @param id 参数ID 16进制字符串 * @param bytes 参数对应数据 */ void process(String id, byte[] bytes); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy