at_cmd_mynet.h 794 B

12345678910111213141516171819
  1. #ifdef CONFIG_AT_MYNET_TCPIP_SUPPORT
  2. #include "at_command.h"
  3. #include "ats_config.h"
  4. void AT_TCPIP_CmdFunc_MYNETSRV(atCommand_t *pParam);
  5. void AT_TCPIP_CmdFunc_MYNETOPEN(atCommand_t *pParam);
  6. void AT_TCPIP_CmdFunc_MYNETSEND(atCommand_t *pParam);
  7. void AT_TCPIP_CmdFunc_MYNETREAD(atCommand_t *pParam);
  8. void AT_TCPIP_CmdFunc_MYNETCLOSE(atCommand_t *pParam);
  9. void AT_TCPIP_CmdFunc_MYNETACK(atCommand_t *pParam);
  10. void AT_TCPIP_CmdFunc_MYNETCON(atCommand_t *pstPara);
  11. void AT_TCPIP_CmdFunc_MYNETCREATE(atCommand_t *pParam);
  12. void AT_TCPIP_CmdFunc_MYNETACCEPT(atCommand_t *pParam);
  13. void AT_TCPIP_CmdFunc_MYNETACT(atCommand_t *pParam);
  14. void AT_TCPIP_CmdFunc_MYIPFILTER(atCommand_t *pParam);
  15. void AT_TCPIP_CmdFunc_MYNETURC(atCommand_t *cmd);
  16. void AT_TCPIP_CmdFunc_MYSOCKETLED(atCommand_t *cmd);
  17. #endif