RAK411 PROGRAMMING MANUAL
V1.7
COPYRIGHT ©
SHENZHEN RAKWIRELESS TECHNOLOGY CO., LTD
ETDX1603021415
33
<CODE>
2
0xB0,0x00
Response Code
<STATUS>
1
0
Command successful
-2
Cannot access host
4.2.15 AP Network Advanced Settings
Command:
rak_apconfig
Syntax:
Typedef struct {
uint32_t cmd;
uint8_t hidden;
uint8_t countryCode[3];
}rak_apconfig_t;
Parameter:
Parameter
Bytes
Value
Description
cmd
4
0xAA,0x00,0x00,0x00
Command Code
hidden
1
0
Network name is visible
1
Network name is hidden
Country Code
3
Country code
Country code, e.g. CN
Description:
It is used to set up parameters for a wireless access point, such as the country
code, whether network name is hidden or not.
Return Value:
Parameter
Bytes
Value
Description
<CODE>
2
0xAA,0x00
Response Code
<STATUS>
1
0
Command successful
-2
Command failed