GetDataCounters: Difference between revisions
Jump to navigation
Jump to search
(Created page with " This command allows to accept an incoming call once presented on the specified port. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |GetDataCounters |PortIndex,[APN] |Error Code in case of error. |} '''OUTPUT''' Command status: <br> "%s\n", status (CONNECTED or NO INCOMING CALL) '''EXAMPLE''' <syntaxhighlight lang="text"> ~# AcceptCall 0<br> CONNECTED<br> ~# AcceptCall 2<br> NO INCOMING CALL </syntaxhighlight> Cate...") Tag: 2017 source edit |
No edit summary |
||
Line 1: | Line 1: | ||
This command returns global data counter or counter per APN on a specific port. | |||
This command | |||
'''COMMAND''' | '''COMMAND''' | ||
Line 14: | Line 13: | ||
|} | |} | ||
'''OUTPUT''' | '''OUTPUT''' <br>Success or Error Message (See [[Data Messages|Data Commands Messages]]) | ||
'''EXAMPLE''' <syntaxhighlight lang="text"> | '''EXAMPLE''' <syntaxhighlight lang="text"> | ||
~# | ~# GetDataCounters 1 | ||
Upload: 8587 | |||
Download: 4587524 | |||
</syntaxhighlight> | </syntaxhighlight> | ||
[[Category:Voice]] | [[Category:Voice]] | ||
[[Category:R2D2]] | [[Category:R2D2]] |
Revision as of 18:16, 1 April 2025
This command returns global data counter or counter per APN on a specific port.
COMMAND
Command | Line Arguments | Returns |
---|---|---|
GetDataCounters | PortIndex,[APN] | Error Code in case of error. |
OUTPUT
Success or Error Message (See Data Commands Messages)
EXAMPLE
~# GetDataCounters 1
Upload: 8587
Download: 4587524