Merge branch 'prepare_for_master' of https://git.trustie.net/xuos/xiuos into ok1052

This commit is contained in:
wgzAIIT
2022-04-25 10:23:58 +08:00
14 changed files with 896 additions and 50 deletions

View File

@@ -91,7 +91,7 @@ int InitATAgent(const char *agent_name, int fd, uint32 maintain_max);
int DeleteATAgent(ATAgentType agent);
int ParseATReply(char* str, const char *format, ...);
void DeleteATReply(ATReplyType reply);
int ATOrderSend(ATAgentType agent, uint32 timeout_s, ATReplyType reply, const char *cmd_expr, ...);
int ATOrderSend(ATAgentType agent, uint32_t timeout_s, ATReplyType reply, const char *cmd_expr, ...);
int AtCmdConfigAndCheck(ATAgentType agent, char *cmd, char *check);
#endif