GetNumberOfGsmPorts: Difference between revisions
Jump to navigation
Jump to search
(Created page with "Test") Tag: 2017 source edit |
No edit summary Tag: 2017 source edit |
||
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
This command writes to the standard output the number of GSM Ports present in the system. | |||
'''COMMAND:''' | |||
{| class="wikitable" | |||
!Command | |||
!Input Arguments | |||
!Returns | |||
|- | |||
|GetNumberOfGsmPorts | |||
|None. | |||
|Numeric value | |||
|} | |||
'''OUTPUT''' | |||
Numeric value. | |||
'''EXAMPLE'''<syntaxhighlight lang="text"> | |||
~# GetNumberOfGsmPorts | |||
2 | |||
</syntaxhighlight> | |||
[[Category:R2D2]] | |||
[[Category:GENERAL]] |
Latest revision as of 21:05, 10 September 2025
This command writes to the standard output the number of GSM Ports present in the system.
COMMAND:
Command | Input Arguments | Returns |
---|---|---|
GetNumberOfGsmPorts | None. | Numeric value |
OUTPUT
Numeric value.
EXAMPLE
~# GetNumberOfGsmPorts
2