Difference between revisions of "FMB getparam"
From Wiki Knowledge Base | Teltonika GPS
Atabasnikov (talk | contribs) (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...") |
|||
(5 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
− | + | [[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> |