GetPinLockStatus: Difference between revisions

From Opale Wiki
Jump to navigation Jump to search
(Created page with "This command gives the status of the pin code lock on the SIM. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |'''GetPinLockStatus''' |Port index |PIN locking status |} '''OUTPUT''' PinLock status in the following format: "%s\n", status '''EXAMPLE'''<syntaxhighlight lang="text"> ~# GetPinLockStatus 0 PIN LOCK ENABLED ~# GetPinLockStatus 1 PIN LOCK DISABLED </syntaxhighlight>")
 
m (added Category:SIM using HotCat)
 
(One intermediate revision by the same user not shown)
Line 24: Line 24:
PIN LOCK DISABLED
PIN LOCK DISABLED
</syntaxhighlight>
</syntaxhighlight>
[[Category:R2D2]]
[[Category:SIM]]

Latest revision as of 09:35, 2 April 2025

This command gives the status of the pin code lock on the SIM.

COMMAND

Command Line Arguments Returns
GetPinLockStatus Port index PIN locking status

OUTPUT

PinLock status in the following format:

"%s\n", status

EXAMPLE

~# GetPinLockStatus 0
PIN LOCK ENABLED

~# GetPinLockStatus 1
PIN LOCK DISABLED