From 9f11deba87bc2d82da0d55accbbf861a0f8fa7ae Mon Sep 17 00:00:00 2001 From: Rich Date: Tue, 17 Jan 2023 11:31:00 +0800 Subject: [PATCH] =?UTF-8?q?wiki=E6=A0=87=E5=87=86=E8=A6=81=E6=B1=82?= =?UTF-8?q?=E5=8E=9F=E5=B9=B3=E5=8F=B0=E9=99=90=E5=88=B6=E6=94=B9=E4=B8=BA?= =?UTF-8?q?=E6=A8=A1=E5=9D=97=E9=99=90=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- en-us/api/QuecPythonClasslib.md | 6 +++--- zh-cn/api/QuecPythonClasslib.md | 8 +++++--- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/en-us/api/QuecPythonClasslib.md b/en-us/api/QuecPythonClasslib.md index b5d0377..454456a 100644 --- a/en-us/api/QuecPythonClasslib.md +++ b/en-us/api/QuecPythonClasslib.md @@ -5427,7 +5427,7 @@ USBNET.open() > **USBNET.getNat(simid, pid)** -get the status of NAT enablement(Whether IPV6 is supported)(supported only on 8910) +get the status of NAT enablement(Whether IPV6 is supported)(supported only on EC200U/EC600U) * Parameter @@ -5458,8 +5458,8 @@ USBNET.getNat(0, 1) > **USBNET.setNat(simid, pid, Nat)** -set NAT,Restart takes effect (supported only on 8910) -(8910 platform: Usbnet.set_worktype () API will make the corresponding Nat value set to 1, so that the pid cannot dial up IPV6, so after close USBnet, you can use this interface to disable NAT and make IPV6 function normal) +set NAT,Restart takes effect (supported only on EC200U/EC600U) +( Usbnet.set_worktype () API will make the corresponding Nat value set to 1, so that the pid cannot dial up IPV6, so after close USBnet, you can use this interface to disable NAT and make IPV6 function normal) * Parameter diff --git a/zh-cn/api/QuecPythonClasslib.md b/zh-cn/api/QuecPythonClasslib.md index 74f8d0a..7b99fee 100644 --- a/zh-cn/api/QuecPythonClasslib.md +++ b/zh-cn/api/QuecPythonClasslib.md @@ -5975,7 +5975,9 @@ USBNET.open() > **USBNET.getNat(simid, pid)** -获取某一路网卡的Nat使能情况(是否支持ipv6拨号)(仅在8910平台支持) +获取某一路网卡的Nat使能情况(是否支持ipv6拨号) + +(仅在EC200U/EC600U平台支持) * 参数 @@ -6004,8 +6006,8 @@ USBNET.getNat(0, 1) > **USBNET.setNat(simid, pid, Nat)** -Nat设置,设置成功后重启生效(仅在8910平台支持) -(8910平台USBNET.set_worktype()接口调用的时候会使对应的Nat值变为1,使得该pid无法IPV6拨号,所以在close USBnet后,可以使用该接口关闭NAT,使IPV6功能正常) +Nat设置,设置成功后重启生效(仅在EC200U/EC600U平台支持) +(USBNET.set_worktype()接口调用的时候会使对应的Nat值变为1,使得该pid无法IPV6拨号,所以在close USBnet后,可以使用该接口关闭NAT,使IPV6功能正常) * 参数