diff --git a/docs/API_reference/en/iotlib/net.md b/docs/API_reference/en/iotlib/net.md index 9eeff1e7db75e6ee2bb841f9f6990befe38cdffd..25e4b0089ca043e73c75d93e9990b133964af06f 100644 --- a/docs/API_reference/en/iotlib/net.md +++ b/docs/API_reference/en/iotlib/net.md @@ -64,7 +64,7 @@ An empty list - The information of the corresponding network mode is empty. | --------- | ------------------------------------------------------------ | | `flag` | Cell type. Range: 0–3. 0: Current serving cell. 1: Neighbour cell. 2: Intra-frequency neighbour cell. 3: Inter-frequency neighbour cell. | | `cid` | Cell ID in GSM network. 0 indicates empty. Range: 0–65535. | -| `mcc` | Mobile Country Code. Range: 0–999.
Note: For EC600N/EC600E/EC800E/EC200A/EC600M/EC800M/BG95 series module, the value needs to be converted to hexadecimal. For example, Decimal number 1120 is 0x460 in hexadecimal in which 460 indicates MCC460. For other series modules, this value is in decimal format. | +| `mcc` | Mobile Country Code. Range: 0–999.
Note: For EC600N/EC600E/EC800E/EC200A/EC600M/EC800M/BG95/EG800K/EC800K/EG810M/EG800P series module, the value needs to be converted to hexadecimal. For example, Decimal number 1120 is 0x460 in hexadecimal in which 460 indicates MCC460. For other series modules, this value is in decimal format. | | `mnc` | Mobile Network Code. Range: 0–99.
Note: For EC600N/EC600E/EC800E/EC200A/EC600M/EC800M/BG95 series module, the value needs to be converted to hexadecimal. | | `lac` | Location Area Code. Range: 1–65535. | | `arfcn` | Absolute Radio Frequency Channel Number. Range: 0–65535. | diff --git a/docs/API_reference/zh/iotlib/net.md b/docs/API_reference/zh/iotlib/net.md index 34ae4604c41560284932b60f98adcbb9001dc81a..f665568fcc5e8d54776842ca17ce87372e3344a3 100644 --- a/docs/API_reference/zh/iotlib/net.md +++ b/docs/API_reference/zh/iotlib/net.md @@ -60,7 +60,7 @@ net.getCellInfo() | ------- | ------------------------------------------------------------ | | `flag` | 小区类型,范围0 - 3, 0:当前服务小区,1:邻区,2:同频邻区 ,3:异频邻区 | | `cid` | 返回GSM网络下的cell id信息,0则为空,范围0 ~ 65535 | -| `mcc` | 移动设备国家代码,范围 0 ~ 999
注意:EC600N/EC600E/EC800E/EC200A/EC600M/EC800M/BG95系列的模组,该值需要转化成十六进制,比如下面示例中的十进制数1120,用十六进制表示为0x460,表示移动设备国家代码460,其他型号模组,该值直接用十进制表示,比如移动设备国家代码460,就是用十进制的460来表示。 | +| `mcc` | 移动设备国家代码,范围 0 ~ 999
注意:EC600N/EC600E/EC800E/EC200A/EC600M/EC800M/BG95/EG800K/EC800K/EG810M/EG800P 系列的模组,该值需要转化成十六进制,比如下面示例中的十进制数1120,用十六进制表示为0x460,表示移动设备国家代码460,其他型号模组,该值直接用十进制表示,比如移动设备国家代码460,就是用十进制的460来表示。 | | `mnc` | 移动设备网络代码,范围 0 ~ 99
注意:EC600N/EC600E/EC800E/EC200A/EC600M/EC800M/BG95系列的模组,该值需要转化成十六进制。 | | `lac` | 位置区码,范围 1 ~ 65535 | | `arfcn` | 无线频道编号,范围 0 ~ 65535 |