SetUSSDTimeout: Difference between revisions

From Opale Wiki
Jump to navigation Jump to search
(Created page with "This command sets the USSD Timeout value for the specified GSM port. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |'''SetUSSDTimeout''' |PortIndex, USSD Timeout |Error Code in case of error. |} '''OUTPUT''' None '''EXAMPLE'''<syntaxhighlight lang="text"> ~# SetUSSDTimeout 0 60 </syntaxhighlight>")
 
m (added Category:USSD using HotCat)
 
(One intermediate revision by the same user not shown)
Line 18: Line 18:
~# SetUSSDTimeout 0 60
~# SetUSSDTimeout 0 60
</syntaxhighlight>
</syntaxhighlight>
[[Category:R2D2]]
[[Category:USSD]]

Latest revision as of 22:32, 1 April 2025

This command sets the USSD Timeout value for the specified GSM port.

COMMAND

Command Line Arguments Returns
SetUSSDTimeout PortIndex, USSD Timeout Error Code in case of error.

OUTPUT

None

EXAMPLE

~# SetUSSDTimeout 0 60