GetListOfApiFunctions: Difference between revisions
Jump to navigation
Jump to search
(Created page with "This command writes to the standard output version of the R2D2 API software. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |GetGsmRobotApiVersion |Nonce |R2D2 API version |} '''OUTPUT''' R2D2 API software version '''EXAMPLE'''<syntaxhighlight lang="text"> ~# GetGsmRobotApiVersion 01.00 </syntaxhighlight> Category:R2D2 Category:GENERAL") Tag: 2017 source edit |
No edit summary |
||
Line 1: | Line 1: | ||
This command writes to the standard output | This command writes to the standard output the list of supported R2D2 API functions. Optional flag A can be used to get list in alphabetical order. | ||
'''COMMAND''' | '''COMMAND''' | ||
Line 7: | Line 7: | ||
!Returns | !Returns | ||
|- | |- | ||
| | |GetListOfApiFunctions | ||
| | |[A] | ||
|R2D2 API | |List of supported R2D2 API commands | ||
|} | |} | ||
'''OUTPUT''' | '''OUTPUT''' | ||
Line 16: | Line 16: | ||
'''EXAMPLE'''<syntaxhighlight lang="text"> | '''EXAMPLE'''<syntaxhighlight lang="text"> | ||
~# GetListOfApiFunctions | |||
~# GetGsmRobotApiVersion | R2D2 API functions: | ||
GetGsmRobotApiVersion | |||
GetListOfApiFunctions | |||
... | |||
RouteGsmPortToSip | |||
GsmRoutePrint | |||
</syntaxhighlight> | </syntaxhighlight> | ||
[[Category:R2D2]] | [[Category:R2D2]] | ||
[[Category:GENERAL]] | [[Category:GENERAL]] |
Latest revision as of 20:56, 1 April 2025
This command writes to the standard output the list of supported R2D2 API functions. Optional flag A can be used to get list in alphabetical order.
COMMAND
Command | Line Arguments | Returns |
---|---|---|
GetListOfApiFunctions | [A] | List of supported R2D2 API commands |
OUTPUT
R2D2 API software version
EXAMPLE
~# GetListOfApiFunctions
R2D2 API functions:
GetGsmRobotApiVersion
GetListOfApiFunctions
...
RouteGsmPortToSip
GsmRoutePrint