RUI3 (RAK Unified Interface 3) - RAK4631
atcmd_join_send_def.h
Go to the documentation of this file.
1 #ifdef SUPPORT_LORA
2 
116 #endif
117 
118 #ifndef _ATCMD_JOIN_SEND_DEF_H_
119 #define _ATCMD_JOIN_SEND_DEF_H_
120 
121 //### following AT CMD, has doc ###
122 //joining and sending data atcmd
123 #define ATCMD_CFM "AT+CFM"
124 #define ATCMD_CFS "AT+CFS"
125 #define ATCMD_JOIN "AT+JOIN"
126 #define ATCMD_NJM "AT+NJM"
127 #define ATCMD_NJS "AT+NJS"
128 #define ATCMD_RECV "AT+RECV"
129 #define ATCMD_SEND "AT+SEND"
130 #define ATCMD_LPSEND "AT+LPSEND"
131 #define ATCMD_USEND "AT+USEND"
132 #define ATCMD_RETY "AT+RETY"
133 #endif //_ATCMD_JOIN_SEND_DEF_H_