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:R2D2 using HotCat)
Line 18: Line 18:
~# EnterPUKCode 0 "12345678" "1234" OK
~# EnterPUKCode 0 "12345678" "1234" OK
</syntaxhighlight>
</syntaxhighlight>
[[Category:R2D2]]

Revision as of 09:31, 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