Skip to content

Commit 0450bae

Browse files
同步目前apn相关全平台仅支持0
1 parent 1bc7398 commit 0450bae

File tree

2 files changed

+13
-12
lines changed

2 files changed

+13
-12
lines changed

en-us/api/QuecPythonClasslib.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ Get APN Information of user. If only simID is specified, the default APN is obta
411411

412412
| Parameter | Type | Description |
413413
| ---------- | -------- | ------------------------------------------------------------ |
414-
| simid | int | simid, range:0/1;Only 1606 platform supports 0 or 1, other platforms can only be 0. |
414+
| simid | int | simid, range:0/1;only SIM0 is supported now. |
415415
| profileIdx | int | PDP context index. Range for ASR : 1-8,range for unisoc : 1-7 |
416416

417417
* Return Value
@@ -2388,7 +2388,7 @@ This function sets APN. After setting, you need to restart or switch to mode 0 a
23882388
| usrname | string | user name, The maximum length is 63 bytes. |
23892389
| password | string | password, The maximum length is 63 bytes. |
23902390
| authtype | int | Authentication type,0-No authentication, 1-PAP, 2-CHAP, 3-PAP AND CHAP(just for CATM Platform) |
2391-
| simid | int | simid,(Only 1606 platform supports 0 or 1, other platforms can only be 0<br>0 : SIM card 1<br/>1 : SIM card 2 |
2391+
| simid | int | simid,(only SIM0 is supported now<br>0 : SIM card 1<br/>1 : SIM card 2 |
23922392

23932393
* Return Value
23942394

@@ -2425,7 +2425,7 @@ This function obtains the current APN.
24252425
| Parameter | Type | Description |
24262426
| --------- | ---- | ------------------------------------------------------------ |
24272427
| pid | int | PDP context index. |
2428-
| simid | int | simid, (Only 1606 platform supports 0 or 1, other platforms can only be 0)<br>0 : SIM card 1<br/>1 : SIM card 2 |
2428+
| simid | int | simid, (only SIM0 is supported now)<br>0 : SIM card 1<br/>1 : SIM card 2 |
24292429

24302430
* Return Value
24312431

zh-cn/api/QuecPythonClasslib.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -412,10 +412,10 @@ if __name__ == '__main__':
412412

413413
* 参数
414414

415-
| 参数 | 参数类型 | 参数说明 |
416-
| ---------- | -------- | ------------------------------------------------------ |
417-
| simid | int | simid,范围:0/1;仅1606平台支持0/1双卡,其它平台只有0 |
418-
| profileIdx | int | 可选参数,PDP索引,ASR平台范围1-8,展锐平台范围1-7 |
415+
| 参数 | 参数类型 | 参数说明 |
416+
| ---------- | -------- | -------------------------------------------------- |
417+
| simid | int | simid,范围:0/1;目前仅支持0 |
418+
| profileIdx | int | 可选参数,PDP索引,ASR平台范围1-8,展锐平台范围1-7 |
419419

420420
* 返回值
421421

@@ -2434,7 +2434,7 @@ sms.setCallback(cb)
24342434
| usrname | string | 用户名,可为空,最大长度不超过64字节 |
24352435
| password| string | 用户名,可为空,最大长度不超过64字节 |
24362436
| authtype| int | 加密方式,0-不加密,1-PAP2-CHAP3-PAP AND CHAP(CATM平台支持)|
2437-
| simid | int | simid,(仅1606平台支持0/1双卡,其它平台只有0)<br> 0 -1 <br> 1 -2 |
2437+
| simid | int | simid,目前仅支持0<br> 0 -1 <br> 1 -2 |
24382438

24392439
* 返回值
24402440

@@ -2469,10 +2469,10 @@ sms.setCallback(cb)
24692469

24702470
具体释义如下:
24712471

2472-
| 参数 | 参数类型 | 参数说明 |
2473-
| ----- | -------- | ------------------------------------------------------------ |
2474-
| pid | int | PDP索引 |
2475-
| simid | int | simid,(仅1606平台支持0/1双卡,其它平台只有0)<br/> 0 -1 <br/> 1 -2 |
2472+
| 参数 | 参数类型 | 参数说明 |
2473+
| ----- | -------- | ------------------------------------------------ |
2474+
| pid | int | PDP索引 |
2475+
| simid | int | simid,目前仅支持0<br/> 0 -1 <br/> 1 -2 |
24762476

24772477
* 返回值
24782478

@@ -12328,6 +12328,7 @@ if __name__ == '__main__':
1232812328
* 示例
1232912329

1233012330
```python
12331+
1233112332
```
1233212333

1233312334

0 commit comments

Comments
 (0)