EnablePinLock: Difference between revisions

From Opale Wiki
Jump to navigation Jump to search
(Created page with "This command activates 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 8: Line 8:
!Returns
!Returns
|-
|-
|'''DisablePinLock'''
|'''EnablePinLock'''
|Port index, PINCode
|Port index, PINCode
|[[R2D2 Error Codes|Error Code]] in case of error.
|[[R2D2 Error Codes|Error Code]] in case of error.
Line 17: Line 17:


'''EXAMPLE'''<syntaxhighlight lang="text">
'''EXAMPLE'''<syntaxhighlight lang="text">
~# DisablePinLock 0 "1234"
~# EnablePinLock 0 "1234"
OK
OK
</syntaxhighlight>
</syntaxhighlight>

Latest revision as of 09:29, 2 April 2025

This command activates pin code lock on the SIM.


COMMAND

Command Line Arguments Returns
EnablePinLock Port index, PINCode Error Code in case of error.

OUTPUT

None

EXAMPLE

~# EnablePinLock 0 "1234"
OK