xj | de81d1d | 2021-11-25 15:01:52 +0800 | [diff] [blame] | 1 | // |
2 | // Created by DELL on 2021/7/12. | ||||
3 | // | ||||
4 | |||||
5 | #ifndef LYNQ_LYNQ_CONTI_PLUGIN_RESPONSE_H | ||||
6 | #define LYNQ_LYNQ_CONTI_PLUGIN_RESPONSE_H | ||||
7 | |||||
8 | typedef struct{ | ||||
9 | int32_t sv_id; | ||||
10 | void (*parse_response)(int32_t sv_id, void *resp_data); | ||||
11 | }parse_resp_t; | ||||
12 | |||||
13 | int list_param_for_sv_id(int32_t sv_id, void *data); | ||||
14 | |||||
15 | #endif //LYNQ_LYNQ_CONTI_PLUGIN_RESPONSE_H |