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;
- String SendSync(Long nTimeout) - send USSD command synchronously (the function does not return until the reply to USSD command is returned, or the timeout occurs). Timeout is set in seconds;
- SendWithReply(Object observer) - send message and get the reply to it in
SMSDriver class. When the reply is received, an "USSDReply"
event is raised.
|