@@ -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
0 commit comments