The function sends the ICCID of the SIM card installed in the device.
Function Menu | Block Diagram |
---|---|
![]() |
![]() |
Name | Type | Description |
---|---|---|
SIM index |
bool |
SIM card slot number: 0 - external; 1 - internal. |
Name | Type | Description |
---|---|---|
digits 8..0 |
int32 |
The number representing the lower 9 digits of the ICCID. |
digits 16..9 |
int32 |
The number representing the next 8 digits of the ICCID. |
For example, the ICCID 8970199201010570553
will be represented as:
digits 8..0
= 10570553
digits 16..9
= 70199201
In this example, for
digits 8..0
, it is recorded as_10570553
, not010570553
. Leading zeros are not displayed when outputting numeric values.
The function only retrieves the lower 17 digits.
The length of an ICCID is typically 19 to 20 digits. The upper 2 digits for any SIM card are always 89 by ISO/IEC 7812-1 standard.
Not available