Files
QIDI_Q1_Pro/include/MakerbaseParseMessage.h

12 lines
278 B
C
Raw Normal View History

2024-03-19 15:48:17 +08:00
#ifndef MAKERBASE_PARSE_MESSAGE
#define MAKERBASE_PARSE_MESSAGE
/**
* method id 使 response type id
* switch
*
*/
void *json_parse(void *arg);
#endif