|
|
| |
|
|
|
USSDRequest class
Full name
HeadwindGSM.USSDRequest
Properties
- String From - source address;
- String Content - request content;
- Long Flags - message flags:
0x0008 - disable reply
Methods
- Send() - send USSD request;
- SendWithReply(Object observer) - send message and get the reply to it in
SMSDriver class. When the reply is received, an "USSDReply"
event is raised.
|
|
|
|
|
|
|