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 |
Indicates the IP address as 192.168.xxx.1. |
name |
Indicates 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 |
Indicates whether to reconnect and log in after modification. If yes, it shows true; otherwise, it is false. |