Whisperstream Research Group - SerialComm GSM SDK Documentation

ISMSModule.WriteMessageToMemory Method (PDUSubmit, WriteToMemoryOptions)

Writes a message to the phone's memeory. This method is called to write a message to the Sent/Unsent memory areas, any attempt to send a message to the Read/UnRead memory areas will cause an Arguments exception

bool WriteMessageToMemory(
   PDUSubmit msg,
   WriteToMemoryOptions wmo
);

Parameters

msg
the message to write to memory
wmo
the Memory storage area to write to

Return Value

true if the operation was successful, false otherwise

See Also

ISMSModule Interface | Whisperstream.SerialComm.Framework.Interfaces Namespace | ISMSModule.WriteMessageToMemory Overload List