GetSimIMSI: 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>") |
m (added Category:SIM using HotCat) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
This command | This command gets IMSI number of the SIM card allocated on the specified GSM port. | ||
'''COMMAND''' | '''COMMAND''' | ||
Line 7: | Line 7: | ||
!Returns | !Returns | ||
|- | |- | ||
|''' | |'''GetSimIMSI''' | ||
|Port index | |Port index | ||
| | |SIM card IMSI | ||
|} | |} | ||
'''OUTPUT''' | '''OUTPUT''' | ||
Command output in the following format: | |||
"%s\n", imsi | |||
'''EXAMPLE'''<syntaxhighlight lang="text"> | '''EXAMPLE'''<syntaxhighlight lang="text"> | ||
~# | ~# GetSimIMSI 3 | ||
25158967523874 | |||
</syntaxhighlight> | </syntaxhighlight> | ||
[[Category:R2D2]] | |||
[[Category:SIM]] |
Latest revision as of 09:40, 2 April 2025
This command gets IMSI number of the SIM card allocated on the specified GSM port.
COMMAND
Command | Line Arguments | Returns |
---|---|---|
GetSimIMSI | Port index | SIM card IMSI |
OUTPUT
Command output in the following format:
"%s\n", imsi
EXAMPLE
~# GetSimIMSI 3
25158967523874