GetSimICCID: Difference between revisions
Jump to navigation
Jump to search
(Created page with "This command suppresses pin code lock on the SIM. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |'''DisablePinLock''' |Port index, PINCode |Error Code in case of error. |} '''OUTPUT''' None '''EXAMPLE'''<syntaxhighlight lang="text"> ~# DisablePinLock 0 "1234" OK </syntaxhighlight> Category:R2D2 Category:SIM") Tag: 2017 source edit |
No edit summary |
||
Line 1: | Line 1: | ||
This command | This command gets ICCID number of the SIM card allocated on the specified GSM port. | ||
Line 8: | Line 8: | ||
!Returns | !Returns | ||
|- | |- | ||
|''' | |'''GetSimICCID''' | ||
|Port index | |Port index | ||
| | |SIM card ICCID | ||
|} | |} | ||
'''OUTPUT''' | '''OUTPUT''' | ||
Command output in the following format: | |||
"%s\n", icci | |||
'''EXAMPLE'''<syntaxhighlight lang="text"> | '''EXAMPLE'''<syntaxhighlight lang="text"> | ||
~# | ~# GetSimICCID 0 | ||
892569355785498526 | |||
</syntaxhighlight> | </syntaxhighlight> | ||
[[Category:R2D2]] | [[Category:R2D2]] | ||
[[Category:SIM]] | [[Category:SIM]] |
Latest revision as of 09:39, 2 April 2025
This command gets ICCID number of the SIM card allocated on the specified GSM port.
COMMAND
Command | Line Arguments | Returns |
---|---|---|
GetSimICCID | Port index | SIM card ICCID |
OUTPUT
Command output in the following format:
"%s\n", icci
EXAMPLE
~# GetSimICCID 0
892569355785498526