GsmRegistrationMode: Difference between revisions
Jump to navigation
Jump to search
No edit summary Tag: 2017 source edit |
No edit summary |
||
Line 7: | Line 7: | ||
If mode parameter is not specified command will return current auto registration mode. | If mode parameter is not specified command will return current auto registration mode. | ||
COMMAND: | '''COMMAND:''' | ||
{| class="wikitable" | {| class="wikitable" | ||
!Command | !Command | ||
Line 13: | Line 13: | ||
!Returns | !Returns | ||
|- | |- | ||
| | |GsmRegistrationMode | ||
| | |Port index, [Registration mode] | ||
| | |Command status or the actual Registration mode | ||
|} | |} | ||
OUTPUT | '''OUTPUT:''' | ||
Command status for set command:<br> | Command status for set command:<br> | ||
"%s\n", command_status (OK | ERROR) | "%s\n", command_status (OK | ERROR) | ||
Line 25: | Line 26: | ||
"%s\n", mode (ENABLED | DISABLED) | "%s\n", mode (ENABLED | DISABLED) | ||
EXAMPLE | '''EXAMPLE:''' | ||
~# GsmRegistrationMode 0 DISABLED<br> | ~# GsmRegistrationMode 0 DISABLED<br> | ||
OK | OK |
Revision as of 21:08, 14 May 2024
This command sets/gets GSM auto registration mode.
If it is enabled GSM port will automatically try to register to GSM network, otherwise will wait explicit command (SelectGsmOperator) in order to do this.
If mode parameter is not specified command will return current auto registration mode.
COMMAND:
Command | Line Arguments | Returns |
---|---|---|
GsmRegistrationMode | Port index, [Registration mode] | Command status or the actual Registration mode |
OUTPUT:
Command status for set command:
"%s\n", command_status (OK | ERROR)
Or actual auto registration mode for get command:
"%s\n", mode (ENABLED | DISABLED)
EXAMPLE:
~# GsmRegistrationMode 0 DISABLED
OK
~# GsmRegistrationMode 0
DISABLED
~# GetGsmPortStatus 0
NOT_REGISTERED
~# SelectGsmOperator 0 MANUAL 22001
OK (8287)
~# GetGsmPortStatus 0
REGISTERED (4)
Template:Network