WMS Send From Memory Storage

WMS Send From Memory Storage

Synopsis

                    QmiMessageWmsSendFromMemoryStorageInput;
                    QmiMessageWmsSendFromMemoryStorageOutput;

QmiMessageWmsSendFromMemoryStorageInput * qmi_message_wms_send_from_memory_storage_input_new
                                                        (void);
QmiMessageWmsSendFromMemoryStorageInput * qmi_message_wms_send_from_memory_storage_input_ref
                                                        (QmiMessageWmsSendFromMemoryStorageInput *self);
void                qmi_message_wms_send_from_memory_storage_input_unref
                                                        (QmiMessageWmsSendFromMemoryStorageInput *self);
gboolean            qmi_message_wms_send_from_memory_storage_input_get_sms_on_ims
                                                        (QmiMessageWmsSendFromMemoryStorageInput *self,
                                                         gboolean *sms_on_ims,
                                                         GError **error);
gboolean            qmi_message_wms_send_from_memory_storage_input_set_sms_on_ims
                                                        (QmiMessageWmsSendFromMemoryStorageInput *self,
                                                         gboolean sms_on_ims,
                                                         GError **error);
gboolean            qmi_message_wms_send_from_memory_storage_input_get_information
                                                        (QmiMessageWmsSendFromMemoryStorageInput *self,
                                                         QmiWmsStorageType *information_storage_type,
                                                         guint32 *information_memory_index,
                                                         QmiWmsMessageMode *information_message_mode,
                                                         GError **error);
gboolean            qmi_message_wms_send_from_memory_storage_input_set_information
                                                        (QmiMessageWmsSendFromMemoryStorageInput *self,
                                                         QmiWmsStorageType information_storage_type,
                                                         guint32 information_memory_index,
                                                         QmiWmsMessageMode information_message_mode,
                                                         GError **error);

QmiMessageWmsSendFromMemoryStorageOutput * qmi_message_wms_send_from_memory_storage_output_ref
                                                        (QmiMessageWmsSendFromMemoryStorageOutput *self);
void                qmi_message_wms_send_from_memory_storage_output_unref
                                                        (QmiMessageWmsSendFromMemoryStorageOutput *self);
gboolean            qmi_message_wms_send_from_memory_storage_output_get_result
                                                        (QmiMessageWmsSendFromMemoryStorageOutput *self,
                                                         GError **error);
gboolean            qmi_message_wms_send_from_memory_storage_output_get_message_id
                                                        (QmiMessageWmsSendFromMemoryStorageOutput *self,
                                                         guint16 *message_id,
                                                         GError **error);
gboolean            qmi_message_wms_send_from_memory_storage_output_get_cdma_cause_code
                                                        (QmiMessageWmsSendFromMemoryStorageOutput *self,
                                                         QmiWmsCdmaCauseCode *cdma_cause_code,
                                                         GError **error);
gboolean            qmi_message_wms_send_from_memory_storage_output_get_cdma_error_class
                                                        (QmiMessageWmsSendFromMemoryStorageOutput *self,
                                                         QmiWmsCdmaErrorClass *cdma_error_class,
                                                         GError **error);
gboolean            qmi_message_wms_send_from_memory_storage_output_get_gsm_wcdma_cause_info
                                                        (QmiMessageWmsSendFromMemoryStorageOutput *self,
                                                         QmiWmsGsmUmtsRpCause *gsm_wcdma_cause_info_rp_cause,
                                                         QmiWmsGsmUmtsTpCause *gsm_wcdma_cause_info_tp_cause,
                                                         GError **error);
gboolean            qmi_message_wms_send_from_memory_storage_output_get_message_delivery_failure_type
                                                        (QmiMessageWmsSendFromMemoryStorageOutput *self,
                                                         QmiWmsMessageDeliveryFailureType *message_delivery_failure_type,
                                                         GError **error);

void                qmi_client_wms_send_from_memory_storage
                                                        (QmiClientWms *self,
                                                         QmiMessageWmsSendFromMemoryStorageInput *input,
                                                         guint timeout,
                                                         GCancellable *cancellable,
                                                         GAsyncReadyCallback callback,
                                                         gpointer user_data);
QmiMessageWmsSendFromMemoryStorageOutput * qmi_client_wms_send_from_memory_storage_finish
                                                        (QmiClientWms *self,
                                                         GAsyncResult *res,
                                                         GError **error);

Object Hierarchy

  GBoxed
   +----QmiMessageWmsSendFromMemoryStorageInput
  GBoxed
   +----QmiMessageWmsSendFromMemoryStorageOutput

Description

Details

QmiMessageWmsSendFromMemoryStorageInput

typedef struct _QmiMessageWmsSendFromMemoryStorageInput QmiMessageWmsSendFromMemoryStorageInput;

The QmiMessageWmsSendFromMemoryStorageInput structure contains private data and should only be accessed using the provided API.


QmiMessageWmsSendFromMemoryStorageOutput

typedef struct _QmiMessageWmsSendFromMemoryStorageOutput QmiMessageWmsSendFromMemoryStorageOutput;

The QmiMessageWmsSendFromMemoryStorageOutput structure contains private data and should only be accessed using the provided API.


qmi_message_wms_send_from_memory_storage_input_new ()

QmiMessageWmsSendFromMemoryStorageInput * qmi_message_wms_send_from_memory_storage_input_new
                                                        (void);

Allocates a new QmiMessageWmsSendFromMemoryStorageInput.

Returns :

the newly created QmiMessageWmsSendFromMemoryStorageInput. The returned value should be freed with qmi_message_wms_send_from_memory_storage_input_unref().

qmi_message_wms_send_from_memory_storage_input_ref ()

QmiMessageWmsSendFromMemoryStorageInput * qmi_message_wms_send_from_memory_storage_input_ref
                                                        (QmiMessageWmsSendFromMemoryStorageInput *self);

Atomically increments the reference count of self by one.

self :

a QmiMessageWmsSendFromMemoryStorageInput.

Returns :

the new reference to self.

qmi_message_wms_send_from_memory_storage_input_unref ()

void                qmi_message_wms_send_from_memory_storage_input_unref
                                                        (QmiMessageWmsSendFromMemoryStorageInput *self);

Atomically decrements the reference count of self by one. If the reference count drops to 0, self is completely disposed.


qmi_message_wms_send_from_memory_storage_input_get_sms_on_ims ()

gboolean            qmi_message_wms_send_from_memory_storage_input_get_sms_on_ims
                                                        (QmiMessageWmsSendFromMemoryStorageInput *self,
                                                         gboolean *sms_on_ims,
                                                         GError **error);

Get the 'SMS on IMS' field from self.

self :

a QmiMessageWmsSendFromMemoryStorageInput.

sms_on_ims :

a placeholder for the output gboolean, or NULL if not required.

error :

Return location for error or NULL.

Returns :

TRUE if the field is found, FALSE otherwise.

qmi_message_wms_send_from_memory_storage_input_set_sms_on_ims ()

gboolean            qmi_message_wms_send_from_memory_storage_input_set_sms_on_ims
                                                        (QmiMessageWmsSendFromMemoryStorageInput *self,
                                                         gboolean sms_on_ims,
                                                         GError **error);

Set the 'SMS on IMS' field in the message.

self :

a QmiMessageWmsSendFromMemoryStorageInput.

sms_on_ims :

a gboolean.

error :

Return location for error or NULL.

Returns :

TRUE if value was successfully set, FALSE otherwise.

qmi_message_wms_send_from_memory_storage_input_get_information ()

gboolean            qmi_message_wms_send_from_memory_storage_input_get_information
                                                        (QmiMessageWmsSendFromMemoryStorageInput *self,
                                                         QmiWmsStorageType *information_storage_type,
                                                         guint32 *information_memory_index,
                                                         QmiWmsMessageMode *information_message_mode,
                                                         GError **error);

Get the 'Information' field from self.

self :

a QmiMessageWmsSendFromMemoryStorageInput.

information_storage_type :

a placeholder for the output QmiWmsStorageType, or NULL if not required.

information_memory_index :

a placeholder for the output guint32, or NULL if not required.

information_message_mode :

a placeholder for the output QmiWmsMessageMode, or NULL if not required.

error :

Return location for error or NULL.

Returns :

TRUE if the field is found, FALSE otherwise.

qmi_message_wms_send_from_memory_storage_input_set_information ()

gboolean            qmi_message_wms_send_from_memory_storage_input_set_information
                                                        (QmiMessageWmsSendFromMemoryStorageInput *self,
                                                         QmiWmsStorageType information_storage_type,
                                                         guint32 information_memory_index,
                                                         QmiWmsMessageMode information_message_mode,
                                                         GError **error);

Set the 'Information' field in the message.

self :

a QmiMessageWmsSendFromMemoryStorageInput.

information_storage_type :

a QmiWmsStorageType.

information_memory_index :

a guint32.

information_message_mode :

a QmiWmsMessageMode.

error :

Return location for error or NULL.

Returns :

TRUE if value was successfully set, FALSE otherwise.

qmi_message_wms_send_from_memory_storage_output_ref ()

QmiMessageWmsSendFromMemoryStorageOutput * qmi_message_wms_send_from_memory_storage_output_ref
                                                        (QmiMessageWmsSendFromMemoryStorageOutput *self);

Atomically increments the reference count of self by one.

self :

a QmiMessageWmsSendFromMemoryStorageOutput.

Returns :

the new reference to self.

qmi_message_wms_send_from_memory_storage_output_unref ()

void                qmi_message_wms_send_from_memory_storage_output_unref
                                                        (QmiMessageWmsSendFromMemoryStorageOutput *self);

Atomically decrements the reference count of self by one. If the reference count drops to 0, self is completely disposed.


qmi_message_wms_send_from_memory_storage_output_get_result ()

gboolean            qmi_message_wms_send_from_memory_storage_output_get_result
                                                        (QmiMessageWmsSendFromMemoryStorageOutput *self,
                                                         GError **error);

Get the result of the QMI operation.

self :

a QmiMessageWmsSendFromMemoryStorageOutput.

error :

Return location for error or NULL.

Returns :

TRUE if the QMI operation succeeded, FALSE if error is set.

qmi_message_wms_send_from_memory_storage_output_get_message_id ()

gboolean            qmi_message_wms_send_from_memory_storage_output_get_message_id
                                                        (QmiMessageWmsSendFromMemoryStorageOutput *self,
                                                         guint16 *message_id,
                                                         GError **error);

Get the 'Message ID' field from self.

self :

a QmiMessageWmsSendFromMemoryStorageOutput.

message_id :

a placeholder for the output guint16, or NULL if not required.

error :

Return location for error or NULL.

Returns :

TRUE if the field is found, FALSE otherwise.

qmi_message_wms_send_from_memory_storage_output_get_cdma_cause_code ()

gboolean            qmi_message_wms_send_from_memory_storage_output_get_cdma_cause_code
                                                        (QmiMessageWmsSendFromMemoryStorageOutput *self,
                                                         QmiWmsCdmaCauseCode *cdma_cause_code,
                                                         GError **error);

Get the 'CDMA Cause Code' field from self.

self :

a QmiMessageWmsSendFromMemoryStorageOutput.

cdma_cause_code :

a placeholder for the output QmiWmsCdmaCauseCode, or NULL if not required.

error :

Return location for error or NULL.

Returns :

TRUE if the field is found, FALSE otherwise.

qmi_message_wms_send_from_memory_storage_output_get_cdma_error_class ()

gboolean            qmi_message_wms_send_from_memory_storage_output_get_cdma_error_class
                                                        (QmiMessageWmsSendFromMemoryStorageOutput *self,
                                                         QmiWmsCdmaErrorClass *cdma_error_class,
                                                         GError **error);

Get the 'CDMA Error Class' field from self.

self :

a QmiMessageWmsSendFromMemoryStorageOutput.

cdma_error_class :

a placeholder for the output QmiWmsCdmaErrorClass, or NULL if not required.

error :

Return location for error or NULL.

Returns :

TRUE if the field is found, FALSE otherwise.

qmi_message_wms_send_from_memory_storage_output_get_gsm_wcdma_cause_info ()

gboolean            qmi_message_wms_send_from_memory_storage_output_get_gsm_wcdma_cause_info
                                                        (QmiMessageWmsSendFromMemoryStorageOutput *self,
                                                         QmiWmsGsmUmtsRpCause *gsm_wcdma_cause_info_rp_cause,
                                                         QmiWmsGsmUmtsTpCause *gsm_wcdma_cause_info_tp_cause,
                                                         GError **error);

Get the 'GSM WCDMA Cause Info' field from self.

self :

a QmiMessageWmsSendFromMemoryStorageOutput.

gsm_wcdma_cause_info_rp_cause :

a placeholder for the output QmiWmsGsmUmtsRpCause, or NULL if not required.

gsm_wcdma_cause_info_tp_cause :

a placeholder for the output QmiWmsGsmUmtsTpCause, or NULL if not required.

error :

Return location for error or NULL.

Returns :

TRUE if the field is found, FALSE otherwise.

qmi_message_wms_send_from_memory_storage_output_get_message_delivery_failure_type ()

gboolean            qmi_message_wms_send_from_memory_storage_output_get_message_delivery_failure_type
                                                        (QmiMessageWmsSendFromMemoryStorageOutput *self,
                                                         QmiWmsMessageDeliveryFailureType *message_delivery_failure_type,
                                                         GError **error);

Get the 'Message Delivery Failure Type' field from self.

self :

a QmiMessageWmsSendFromMemoryStorageOutput.

message_delivery_failure_type :

a placeholder for the output QmiWmsMessageDeliveryFailureType, or NULL if not required.

error :

Return location for error or NULL.

Returns :

TRUE if the field is found, FALSE otherwise.

qmi_client_wms_send_from_memory_storage ()

void                qmi_client_wms_send_from_memory_storage
                                                        (QmiClientWms *self,
                                                         QmiMessageWmsSendFromMemoryStorageInput *input,
                                                         guint timeout,
                                                         GCancellable *cancellable,
                                                         GAsyncReadyCallback callback,
                                                         gpointer user_data);

Asynchronously sends a Send From Memory Storage request to the device.

When the operation is finished, callback will be invoked in the thread-default main loop of the thread you are calling this method from.

You can then call qmi_client_wms_send_from_memory_storage_finish() to get the result of the operation.

self :

a QmiClientWms.

input :

a QmiMessageWmsSendFromMemoryStorageInput.

timeout :

maximum time to wait for the method to complete, in seconds.

cancellable :

a GCancellable or NULL.

callback :

a GAsyncReadyCallback to call when the request is satisfied.

user_data :

user data to pass to callback.

qmi_client_wms_send_from_memory_storage_finish ()

QmiMessageWmsSendFromMemoryStorageOutput * qmi_client_wms_send_from_memory_storage_finish
                                                        (QmiClientWms *self,
                                                         GAsyncResult *res,
                                                         GError **error);

Finishes an async operation started with qmi_client_wms_send_from_memory_storage().

self :

a QmiClientWms.

res :

the GAsyncResult obtained from the GAsyncReadyCallback passed to qmi_client_wms_send_from_memory_storage().

error :

Return location for error or NULL.

Returns :

a QmiMessageWmsSendFromMemoryStorageOutput, or NULL if error is set. The returned value should be freed with qmi_message_wms_send_from_memory_storage_output_unref().