GetUSSDTimeout

From Opale Wiki
Revision as of 22:28, 1 April 2025 by Administrator (talk | contribs) (Created page with "This command gets the USSD Timeout value for the specified GSM port. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |'''GetUSSDTimeout''' |PortIndex |USSD Timeout |} '''OUTPUT''' Command output in the following format: "%d\n", timeout '''EXAMPLE'''<syntaxhighlight lang="text"> ~# GetUSSDTimeout 0 60 </syntaxhighlight>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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

COMMAND

Command Line Arguments Returns
GetUSSDTimeout PortIndex USSD Timeout

OUTPUT

Command output in the following format:

"%d\n", timeout

EXAMPLE

~# GetUSSDTimeout 0
60