SendUSSDCommand: Difference between revisions

From Opale Wiki
Jump to navigation Jump to search
(Created page with "This command sends specified USSD string to the existing USSD session on the specified GSM port. Optional character set can be specified (GSM, HEX or UCS2). '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |'''SendUSSDCommand''' |PortIndex, USSD String, charset |Error Code in case of error. |} '''OUTPUT''' None '''EXAMPLE'''<syntaxhighlight lang="text"> ~# SendUSSDCommand 0 "2" </syntaxhighlight>")
 
m (added Category:R2D2 using HotCat)
Line 18: Line 18:
~# SendUSSDCommand 0 "2"
~# SendUSSDCommand 0 "2"
</syntaxhighlight>
</syntaxhighlight>
[[Category:R2D2]]

Revision as of 22:31, 1 April 2025

This command sends specified USSD string to the existing USSD session on the specified GSM port. Optional character set can be specified (GSM, HEX or UCS2).

COMMAND

Command Line Arguments Returns
SendUSSDCommand PortIndex, USSD String, charset Error Code in case of error.

OUTPUT

None

EXAMPLE

~# SendUSSDCommand 0 "2"