RUI3 (RAK Unified Interface 3) - RAK4631
atcmd_nwk_management_def.h
Go to the documentation of this file.
1 #ifdef SUPPORT_LORA
2 
211 #endif
212 
213 #ifndef _ATCMD_NWK_MNG_DEF_H_
214 #define _ATCMD_NWK_MNG_DEF_H_
215 
216 //### following AT CMD, has doc ###
217 #define ATCMD_ADR "AT+ADR"
218 #define ATCMD_CLASS "AT+CLASS"
219 #define ATCMD_DCS "AT+DCS"
220 #define ATCMD_DR "AT+DR"
221 #define ATCMD_JN1DL "AT+JN1DL"
222 #define ATCMD_JN2DL "AT+JN2DL"
223 #define ATCMD_PNM "AT+PNM"
224 #define ATCMD_RX1DL "AT+RX1DL"
225 #define ATCMD_RX2DL "AT+RX2DL"
226 #define ATCMD_RX2DR "AT+RX2DR"
227 #define ATCMD_RX2FQ "AT+RX2FQ"
228 #define ATCMD_TXP "AT+TXP"
229 #define ATCMD_LINKCHECK "AT+LINKCHECK"
230 #define ATCMD_TIMEREQ "AT+TIMEREQ"
231 #define ATCMD_LBT "AT+LBT"
232 #define ATCMD_LBTRSSI "AT+LBTRSSI"
233 #define ATCMD_LBTSCANTIME "AT+LBTSCANTIME"
234 
235 #endif //_ATCMD_NWK_MNG_DEF_H_