GetUSSDPush: Difference between revisions

From Opale Wiki
Jump to navigation Jump to search
(Created page with "This command gets USSD data pushed by Network to the specified GSM port. Optional flag can be specified to remove this received data from port internal buffer. Response text is displayed as GSM7 or UCS2 coded string. In the case of UCS2 coding each character is displayed as 2 hexadecimal digits. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |'''GetUSSDPush''' |PortIndex, [ResetFlag] |USSD data string |} '''OUTPUT''' USSD...")
 
m (added Category:R2D2 using HotCat)
 
(One intermediate revision by the same user not shown)
Line 22: Line 22:
UCS2:004E006F0075007600650061007500200063007200E900640069007400200064 006900730070006F006E00690062006C0065
UCS2:004E006F0075007600650061007500200063007200E900640069007400200064 006900730070006F006E00690062006C0065
</syntaxhighlight>
</syntaxhighlight>
[[Category:USSD]]
[[Category:R2D2]]

Latest revision as of 22:24, 1 April 2025

This command gets USSD data pushed by Network to the specified GSM port. Optional flag can be specified to remove this received data from port internal buffer. Response text is displayed as GSM7 or UCS2 coded string. In the case of UCS2 coding each character is displayed as 2 hexadecimal digits.

COMMAND

Command Line Arguments Returns
GetUSSDPush PortIndex, [ResetFlag] USSD data string

OUTPUT

USSD data sent by Network

EXAMPLE

~# GetUSSDPush 0
GSM7:New credit available.

~# GetUSSDPush 0
UCS2:004E006F0075007600650061007500200063007200E900640069007400200064 006900730070006F006E00690062006C0065