Whisperstream Research Group - SerialComm GSM SDK Documentation

ISMSModule Members

ISMSModule overview

Public Instance Properties

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

Public Instance Methods

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
SendStoredMessageOverloaded. Send a previously stored message to a new recipient
WriteMessageToMemoryOverloaded. 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

Public Instance Events

OnIncomingSMS event fired when new incoming SMS messages are enabled

See Also

ISMSModule Interface | Whisperstream.SerialComm.Framework.Interfaces Namespace