SetDefaultPinCode

From Opale Wiki
Revision as of 09:49, 2 April 2025 by Administrator (talk | contribs) (Created page with "This command sets a default PIN code for the specified GSM port. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |'''SetDefaultPinCode''' |Port index, PINCode |Error Code in case of error. |} '''OUTPUT''' Command status in the following format: "%s\n", command_status '''EXAMPLE'''<syntaxhighlight lang="text"> ~# SetDefaultPinCode 0 "0000" OK </syntaxhighlight>'''COMMAND''' {| class="wikitable" !Command !Line Arguments !R...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This command sets a default PIN code for the specified GSM port.


COMMAND

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

OUTPUT

Command status in the following format:

"%s\n", command_status

EXAMPLE

~# SetDefaultPinCode 0 "0000"
OK

COMMAND

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

OUTPUT

None

EXAMPLE

~# DisablePinLock 0 "1234"
OK