| Top |  |  |  |  | 
void
mbim_sms_pdu_read_record_array_free (MbimSmsPduReadRecord **array);
Frees the memory allocated for the array of MbimSmsPduReadRecords.
void
mbim_sms_cdma_read_record_array_free (MbimSmsCdmaReadRecord **array);
Frees the memory allocated for the array of MbimSmsCdmaReadRecords.
void
mbim_sms_pdu_send_record_free (MbimSmsPduSendRecord *var);
Frees the memory allocated for the MbimSmsPduSendRecord.
void
mbim_sms_cdma_send_record_free (MbimSmsCdmaSendRecord *var);
Frees the memory allocated for the MbimSmsCdmaSendRecord.
MbimMessage *
mbim_message_sms_configuration_query_new
                               (GError **error);
Create a new request for the 'Configuration' query command in the 'SMS' service.
MbimMessage * mbim_message_sms_configuration_set_new (MbimSmsFormat format,const gchar *sc_address,GError **error);
Create a new request for the 'Configuration' set command in the 'SMS' service.
| format | the 'Format' field, given as a MbimSmsFormat. | |
| sc_address | the 'ScAddress' field, given as a string. | |
| error | return location for error or  | 
gboolean mbim_message_sms_configuration_response_parse (const MbimMessage *message,MbimSmsStorageState *sms_storage_state,MbimSmsFormat *format,guint32 *max_messages,guint32 *cdma_short_message_size,gchar **sc_address,GError **error);
Parses and returns parameters of the 'Configuration' response command in the 'SMS' service.
| message | the MbimMessage. | |
| sms_storage_state | return location for a MbimSmsStorageState, or  | |
| format | return location for a MbimSmsFormat, or  | |
| max_messages | return location for a guint32, or  | |
| cdma_short_message_size | return location for a guint32, or  | |
| sc_address | return location for a newly allocated string, or  | |
| error | return location for error or  | 
MbimMessage * mbim_message_sms_read_query_new (MbimSmsFormat format,MbimSmsFlag flag,guint32 message_index,GError **error);
Create a new request for the 'Read' query command in the 'SMS' service.
| format | the 'Format' field, given as a MbimSmsFormat. | |
| flag | the 'Flag' field, given as a MbimSmsFlag. | |
| message_index | the 'MessageIndex' field, given as a guint32. | |
| error | return location for error or  | 
gboolean mbim_message_sms_read_response_parse (const MbimMessage *message,MbimSmsFormat *format,guint32 *messages_count,MbimSmsPduReadRecord ***pdu_messages,MbimSmsCdmaReadRecord ***cdma_messages,GError **error);
Parses and returns parameters of the 'Read' response command in the 'SMS' service.
| message | the MbimMessage. | |
| format | return location for a MbimSmsFormat, or  | |
| messages_count | return location for a guint32, or  | |
| pdu_messages | return location for a newly allocated array of MbimSmsPduReadRecords, or  | |
| cdma_messages | return location for a newly allocated array of MbimSmsCdmaReadRecords, or  | |
| error | return location for error or  | 
gboolean mbim_message_sms_read_notification_parse (const MbimMessage *message,MbimSmsFormat *format,guint32 *messages_count,MbimSmsPduReadRecord ***pdu_messages,MbimSmsCdmaReadRecord ***cdma_messages,GError **error);
Parses and returns parameters of the 'Read' notification command in the 'SMS' service.
| message | the MbimMessage. | |
| format | return location for a MbimSmsFormat, or  | |
| messages_count | return location for a guint32, or  | |
| pdu_messages | return location for a newly allocated array of MbimSmsPduReadRecords, or  | |
| cdma_messages | return location for a newly allocated array of MbimSmsCdmaReadRecords, or  | |
| error | return location for error or  | 
MbimMessage * mbim_message_sms_send_set_new (MbimSmsFormat format,const MbimSmsPduSendRecord *pdu_message,const MbimSmsCdmaSendRecord *cdma_message,GError **error);
Create a new request for the 'Send' set command in the 'SMS' service.
| format | the 'Format' field, given as a MbimSmsFormat. | |
| pdu_message | the 'PduMessage' field, given as a MbimSmsPduSendRecord. | |
| cdma_message | the 'CdmaMessage' field, given as a MbimSmsCdmaSendRecord. | |
| error | return location for error or  | 
gboolean mbim_message_sms_send_response_parse (const MbimMessage *message,guint32 *message_reference,GError **error);
Parses and returns parameters of the 'Send' response command in the 'SMS' service.
| message | the MbimMessage. | |
| message_reference | return location for a guint32, or  | |
| error | return location for error or  | 
MbimMessage * mbim_message_sms_delete_set_new (MbimSmsFlag flag,guint32 message_index,GError **error);
Create a new request for the 'Delete' set command in the 'SMS' service.
| flag | the 'Flag' field, given as a MbimSmsFlag. | |
| message_index | the 'MessageIndex' field, given as a guint32. | |
| error | return location for error or  | 
gboolean mbim_message_sms_delete_response_parse (const MbimMessage *message,GError **error);
Parses and returns parameters of the 'Delete' response command in the 'SMS' service.
MbimMessage *
mbim_message_sms_message_store_status_query_new
                               (GError **error);
Create a new request for the 'Message Store Status' query command in the 'SMS' service.
gboolean mbim_message_sms_message_store_status_response_parse (const MbimMessage *message,MbimSmsStatusFlag *flag,guint32 *message_index,GError **error);
Parses and returns parameters of the 'Message Store Status' response command in the 'SMS' service.
| message | the MbimMessage. | |
| flag | return location for a MbimSmsStatusFlag, or  | |
| message_index | return location for a guint32, or  | |
| error | return location for error or  | 
gboolean mbim_message_sms_message_store_status_notification_parse (const MbimMessage *message,MbimSmsStatusFlag *flag,guint32 *message_index,GError **error);
Parses and returns parameters of the 'Message Store Status' notification command in the 'SMS' service.
| message | the MbimMessage. | |
| flag | return location for a MbimSmsStatusFlag, or  | |
| message_index | return location for a guint32, or  | |
| error | return location for error or  | 
typedef struct {
    guint32 message_index;
    guint32 message_status;
    guint32 pdu_data_size;
    guint8 *pdu_data;
} MbimSmsPduReadRecord;
typedef struct {
    guint32 message_index;
    guint32 message_status;
    gchar *address;
    gchar *timestamp;
    guint32 encoding;
    guint32 language;
    guint32 encoded_message_size;
    guint8 *encoded_message;
    guint32 encoded_message_size_in_characters;
} MbimSmsCdmaReadRecord;
| guint32  | a guint32. | |
| guint32  | a guint32. | |
| gchar * | a string. | |
| gchar * | a string. | |
| guint32  | a guint32. | |
| guint32  | a guint32. | |
| guint32  | size of the encoded_message array. | |
| guint8 * | an array of guint8 values. | |
| guint32  | a guint32. | 
typedef struct {
    guint32 pdu_data_size;
    guint8 *pdu_data;
} MbimSmsPduSendRecord;