// | |
// Created by DELL on 2021/7/12. | |
// | |
#ifndef LYNQ_LYNQ_CONTI_PLUGIN_RESPONSE_H | |
#define LYNQ_LYNQ_CONTI_PLUGIN_RESPONSE_H | |
typedef struct{ | |
int32_t sv_id; | |
void (*parse_response)(int32_t sv_id, void *resp_data); | |
}parse_resp_t; | |
int list_param_for_sv_id(int32_t sv_id, void *data); | |
#endif //LYNQ_LYNQ_CONTI_PLUGIN_RESPONSE_H |