get-rndis-status
Use the interface to retrieve the Ethernet over USB status with administrative rights.
HTTP Request
GET http://ip/mwapi?method=get-rndis-status
| Parameter |
Description |
| method |
get-rndis-status |
Response Body
{
"status": 0,
"state": "high-speed",
"ip-addr": "192.168.66.1",
"device-name": "Pro Convert",
"tx-speed-kbps": 0,
"rx-speed-kbps": 0
}
| Name |
Description |
| status |
0 indicates that the request was accepted successfully. Refer to API Status Codes to find specific description for other values. |
| state |
Shows connection status of Ethernet over USB , including disconnected, full-speed, high-speed, super-speed-5g, super-speed-10g. |
| ip-addr |
Shows IP address of Ethernet over USB . |
| device-name |
Shows the device name. |
| tx-speed-kbps |
Shows send speed of Ethernet over USB, in Kbps. |
| rx-speed-kbps |
Shows receive speed of Ethernet over USB, in Kbps. |