set-rndis-config
Use the interface to set the RNDIS address.
HTTP Request
GET http://ip/mwapi?method=set-rndis-config&addr=xxx&name=xxx
Parameter |
Description |
method |
set-rndis-config |
addr |
Incicates the IP address as 192.168.xxx.1. |
name |
Shows the device name. |
Response Body
{
"status": 0,
"reconnect": true
}
Name |
Description |
status |
0 indicates that the request was accepted successfully. Refer to API Status Codes to find specific description for other values. |
reconnect |
True indicates to reconnect and log in after modifications, otherwise it is false. |