IncomingSMSEventsEnabled | get/set whether or not the event handler will be enabled |
PreferredMemoryStorage | gets /sets the preferred memory storage area from inbox,out box and incoming messages throws CommandFailedException if command fails |
WriteIncomingSMSEventsToPhone | determines whether or not incoming sms event messages should be written to the phone's inbox automatically or not |
DeleteMessage | Deletes a message from the phone's memory |
ReadAllMessages | Provides a list of all messages in the active memory |
ReadMessage | Reads a message located at msgNum index in memory |
SelectActiveMessageStore | Selects the active memory store (usually SimCard or Phone Memory) |
SendMessage | sends an sms message |
SendStoredMessage | Overloaded. Send a previously stored message to a new recipient |
WriteMessageToMemory | Overloaded. Writes a message to the phone's memeory. This method is called to write a message to the Read/UnRead memory areas, any attempt to send a message to the Sent/Unsent memory areas will cause an Arguments exception |
OnIncomingSMS | event fired when new incoming SMS messages are enabled |
ISMSModule Interface | Whisperstream.SerialComm.Framework.Interfaces Namespace