EnterPUKCode: Difference between revisions

From Opale Wiki
Jump to navigation Jump to search
(Created page with "This command allows to enter a PUK code. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |'''EnterPUKCode''' |Port index, PIN code, PUK code |Error Code in case of error. |} '''OUTPUT''' None '''EXAMPLE'''<syntaxhighlight lang="text"> ~# EnterPUKCode 0 "12345678" "1234" OK </syntaxhighlight>")
 
m (added Category:SIM using HotCat)
 
(One intermediate revision by the same user not shown)
Line 18: Line 18:
~# EnterPUKCode 0 "12345678" "1234" OK
~# EnterPUKCode 0 "12345678" "1234" OK
</syntaxhighlight>
</syntaxhighlight>
[[Category:R2D2]]
[[Category:SIM]]

Latest revision as of 09:32, 2 April 2025

This command allows to enter a PUK code.

COMMAND

Command Line Arguments Returns
EnterPUKCode Port index, PIN code, PUK code Error Code in case of error.

OUTPUT

None

EXAMPLE

~# EnterPUKCode 0 "12345678" "1234" OK