GetDataCounters: Difference between revisions

From Opale Wiki
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
 
m (added Category:DATA using HotCat)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:


 
This command returns global data counter or counter per APN on a specific port.
This command allows to accept an incoming call once presented on the specified port.


'''COMMAND'''
'''COMMAND'''
Line 14: Line 13:
|}
|}


'''OUTPUT'''
'''OUTPUT''' <br>Success or Error Message (See [[Data Messages|Data Commands Messages]])
Command status: <br>
"%s\n", status (CONNECTED or NO INCOMING CALL)


'''EXAMPLE''' <syntaxhighlight lang="text">
'''EXAMPLE''' <syntaxhighlight lang="text">


~# AcceptCall 0<br>
~# GetDataCounters 1
CONNECTED<br>
Upload: 8587
 
Download: 4587524
~# AcceptCall 2<br>
NO INCOMING CALL


</syntaxhighlight>
</syntaxhighlight>
[[Category:Voice]]
[[Category:R2D2]]
[[Category:R2D2]]
[[Category:DATA]]

Latest 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