GetPinLockStatus

From Opale Wiki
Revision as of 09:34, 2 April 2025 by Administrator (talk | contribs) (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>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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