|
|
| |
|
|
|
SMSHandler class
Full name
HeadwindGSM.SMSHandler
Properties
- String Name - handler name;
- String FromPattern - pattern for sender address;
- String ToPattern - pattern for receiver address (reserved);
- String BodyPattern - pattern for SMS body.
Methods
- Register() - register handler;
- Unregister() - unregister handler (must be called before the client is exited,
because the handler is not unregistered automatically).
Events
- IncomingSMS(Object sms) - notification on the incoming SMS.
|
|
|
|
|
|
|