set-rndis-config 接口
设置 USB RNDIS 配置信息。
请求方式
GET http://ip/mwapi?method=set-rndis-config&addr=xxx&name=xxx
参数 | 说明 |
---|---|
method | 方法名称:set-rndis-config |
addr | IP 地址,格式为 192.168.xxx.1 |
name | 设备名称 |
返回数据
{
"status": 0,
"reconnect": true
}
属性 | 说明 |
---|---|
status | 返回状态。0:设置成功,返回其它值请参考 API 状态码。 |
reconnect | 修改后是否需要重新连接和登录,有效值:true/false。 |