at_cmd_myinfo.h 240 B

1234567891011
  1. #include "ats_config.h"
  2. #ifdef CONFIG_AT_MYINFO_SUPPORT
  3. #include "at_command.h"
  4. void AT_TCPIP_CmdFunc_MYGETKEY(atCommand_t *cmd);
  5. void AT_TCPIP_CmdFunc_MYSETINFO(atCommand_t *cmd);
  6. void AT_TCPIP_CmdFunc_MYTYPE(atCommand_t *cmd);
  7. #endif