SMS/GPRS command - setparam: Difference between revisions
Appearance
No impact changes |
No edit summary |
||
| Line 2: | Line 2: | ||
{{Template:SMSGPRScommandPage | {{Template:SMSGPRScommandPage | ||
|description=Change configurable parameter value.}} | |description=Change configurable parameter value.}} | ||
===Syntax=== | |||
setparam <param_id1>:<value>;<param_id2>:<value>;... | setparam <param_id1>:<value>;<param_id2>:<value>;... | ||
===Arguments=== | |||
<table class="nd-othertables_2" style="width:100%; border-collapse: collapse;"> | <table class="nd-othertables_2" style="width:100%; border-collapse: collapse;"> | ||
<tr> | <tr> | ||
| Line 19: | Line 19: | ||
</tr> | </tr> | ||
</table> | </table> | ||
===Examples=== | |||
<table class="nd-othertables_2" style="width:100%; border-collapse: collapse;"> | <table class="nd-othertables_2" style="width:100%; border-collapse: collapse;"> | ||
<tr> | <tr> | ||
Latest revision as of 09:46, 16 January 2026
SMS/GPRS commands > SMS/GPRS command - setparam
Description
Change configurable parameter value.
Syntax
setparam <param_id1>:<value>;<param_id2>:<value>;...
Arguments
| ARGUMENT | ARGUMENT DESCRIPTION |
|---|---|
| <param_id> | Parameter ID |
| <value> | New parameter value |
Examples
| REQUEST | OUTCOME | RESPONSE |
|---|---|---|
| setparam 2001:wap | Success | New value 2001:wap |
| setparam 2001:wap;2002:user;2003:pass | Success | New value 2001:wap;2002:user;2003:pass |
| setparam 001:wap | Fail | WARNING: Not supported Param ID or Value detected |
| Fail | Error while configuring parameters |