GetPinLockStatus: Difference between revisions
Jump to navigation
Jump to search
m (added Category:R2D2 using HotCat) |
m (added Category:SIM using HotCat) |
||
Line 26: | Line 26: | ||
[[Category:R2D2]] | [[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