Jump to content

FMB getparam: Difference between revisions

Created page with "Read parameter value. ID consists of 3 or 5 digits. A detailed list of parameters and identifiers can be found in this chapter next later.<br/>Example: "getparam 2001" command..."
 
No edit summary
 
(5 intermediate revisions by one other user not shown)
Line 1: Line 1:
Read parameter value. ID consists of 3 or 5 digits. A detailed list of parameters and identifiers can be found in this chapter next later.<br/>Example: "getparam 2001" command requests APN name<br/>Answer: "Param ID:2001 Value:wap"
[[Image:getparam.png|400px|right]]
Example:<code>getparam 2001</code> command requests APN name<br/>
Answer:<code>Param ID:2001 Value:wap</code><br><br>
<i>or if multiple parameters needed:</i><br><br>
Example:<code>getparam 2001;1000</code> command requests APN name and Open Link Timeout(s)<br/>
Answer:<code>Param ID:2001 Value:wap;1000:30</code><br>