|
Function |
Description |
|
Saves a new message to SMS Storage. If the caller specifies those parameters (Status, Address, Content, SIM Card, Storage Type, Profile element), they will be used. Otherwise, it will use the default values (If the parameters are in the SMS setting, it will use them as default). The Callback Action Data Struct is vm_gsm_sms_save_message_callback_t. | |
|
Cancels sending SMS. The function can be used only after vm_gsm_sms_send() has been invoked and it returns TRUE, and before the corresponding callback is invoked. Otherwise, calling this function is invalid. | |
|
Clears the interrupt handler for the specified event type. | |
|
Deletes an existing message as specified by message ID. The Callback Action Data Structure is vm_gsm_sms_delete_message_callback_t; | |
|
Deletes all the existing messages in the specified message box, e.g. Inbox, Outbox, etc. The Callback Action Data Structure is vm_gsm_sms_delete_message_list_callback_t; | |
|
Gets number of the messages in a box list | |
|
Asynchronously gets center address of the SIM for SMS, which is a phone number. | |
|
Synchronously gets center address of the SIM for SMS, which is a phone number. | |
|
Gets the message ID of the message in the box, as specified by message_index. | |
|
Gets the message ID list of the messages on the device through the query. The query attributes are specified in query_data. The message ID list is obtained through the callback, vm_gsm_sms_callback(), which takes vm_gsm_sms_callback_t with vm_gsm_sms_query_message_callback_t as action_data that contains the result of the query. | |
|
Checks if the SMS message is ready. | |
|
Reads message data, including message status, number, content and other attributes (Storage Type, SIM Card, Profile element, etc.) specified by the flag. The buffer to save the content should be provided by the caller. The Callback Action Data Structure is vm_gsm_sms_read_message_data_callback_t; | |
|
Sends SMS | |
|
Sets the interrupt handler for the specified event type. |
Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at
support@toolsfactory.com.