WMS Raw Send

WMS Raw Send

Synopsis

                    QmiMessageWmsRawSendInput;
                    QmiMessageWmsRawSendOutput;

QmiMessageWmsRawSendInput * qmi_message_wms_raw_send_input_new
                                                        (void);
QmiMessageWmsRawSendInput * qmi_message_wms_raw_send_input_ref
                                                        (QmiMessageWmsRawSendInput *self);
void                qmi_message_wms_raw_send_input_unref
                                                        (QmiMessageWmsRawSendInput *self);
gboolean            qmi_message_wms_raw_send_input_get_sms_on_ims
                                                        (QmiMessageWmsRawSendInput *self,
                                                         gboolean *sms_on_ims,
                                                         GError **error);
gboolean            qmi_message_wms_raw_send_input_set_sms_on_ims
                                                        (QmiMessageWmsRawSendInput *self,
                                                         gboolean sms_on_ims,
                                                         GError **error);
gboolean            qmi_message_wms_raw_send_input_get_gsm_wcdma_link_timer
                                                        (QmiMessageWmsRawSendInput *self,
                                                         guint8 *gsm_wcdma_link_timer,
                                                         GError **error);
gboolean            qmi_message_wms_raw_send_input_set_gsm_wcdma_link_timer
                                                        (QmiMessageWmsRawSendInput *self,
                                                         guint8 gsm_wcdma_link_timer,
                                                         GError **error);
gboolean            qmi_message_wms_raw_send_input_get_cdma_follow_on_dc
                                                        (QmiMessageWmsRawSendInput *self,
                                                         gboolean *cdma_follow_on_dc_follow,
                                                         GError **error);
gboolean            qmi_message_wms_raw_send_input_set_cdma_follow_on_dc
                                                        (QmiMessageWmsRawSendInput *self,
                                                         gboolean cdma_follow_on_dc_follow,
                                                         GError **error);
gboolean            qmi_message_wms_raw_send_input_get_cdma_force_on_dc
                                                        (QmiMessageWmsRawSendInput *self,
                                                         gboolean *cdma_force_on_dc_force,
                                                         QmiWmsCdmaServiceOption *cdma_force_on_dc_service_option,
                                                         GError **error);
gboolean            qmi_message_wms_raw_send_input_set_cdma_force_on_dc
                                                        (QmiMessageWmsRawSendInput *self,
                                                         gboolean cdma_force_on_dc_force,
                                                         QmiWmsCdmaServiceOption cdma_force_on_dc_service_option,
                                                         GError **error);
gboolean            qmi_message_wms_raw_send_input_get_raw_message_data
                                                        (QmiMessageWmsRawSendInput *self,
                                                         QmiWmsMessageFormat *raw_message_data_format,
                                                         GArray **raw_message_data_raw_data,
                                                         GError **error);
gboolean            qmi_message_wms_raw_send_input_set_raw_message_data
                                                        (QmiMessageWmsRawSendInput *self,
                                                         QmiWmsMessageFormat raw_message_data_format,
                                                         GArray *raw_message_data_raw_data,
                                                         GError **error);

QmiMessageWmsRawSendOutput * qmi_message_wms_raw_send_output_ref
                                                        (QmiMessageWmsRawSendOutput *self);
void                qmi_message_wms_raw_send_output_unref
                                                        (QmiMessageWmsRawSendOutput *self);
gboolean            qmi_message_wms_raw_send_output_get_result
                                                        (QmiMessageWmsRawSendOutput *self,
                                                         GError **error);
gboolean            qmi_message_wms_raw_send_output_get_message_id
                                                        (QmiMessageWmsRawSendOutput *self,
                                                         guint16 *message_id,
                                                         GError **error);
gboolean            qmi_message_wms_raw_send_output_get_cdma_cause_code
                                                        (QmiMessageWmsRawSendOutput *self,
                                                         QmiWmsCdmaCauseCode *cdma_cause_code,
                                                         GError **error);
gboolean            qmi_message_wms_raw_send_output_get_cdma_error_class
                                                        (QmiMessageWmsRawSendOutput *self,
                                                         QmiWmsCdmaErrorClass *cdma_error_class,
                                                         GError **error);
gboolean            qmi_message_wms_raw_send_output_get_gsm_wcdma_cause_info
                                                        (QmiMessageWmsRawSendOutput *self,
                                                         QmiWmsGsmUmtsRpCause *gsm_wcdma_cause_info_rp_cause,
                                                         QmiWmsGsmUmtsTpCause *gsm_wcdma_cause_info_tp_cause,
                                                         GError **error);
gboolean            qmi_message_wms_raw_send_output_get_message_delivery_failure_type
                                                        (QmiMessageWmsRawSendOutput *self,
                                                         QmiWmsMessageDeliveryFailureType *message_delivery_failure_type,
                                                         GError **error);

void                qmi_client_wms_raw_send             (QmiClientWms *self,
                                                         QmiMessageWmsRawSendInput *input,
                                                         guint timeout,
                                                         GCancellable *cancellable,
                                                         GAsyncReadyCallback callback,
                                                         gpointer user_data);
QmiMessageWmsRawSendOutput * qmi_client_wms_raw_send_finish
                                                        (QmiClientWms *self,
                                                         GAsyncResult *res,
                                                         GError **error);

Object Hierarchy

  GBoxed
   +----QmiMessageWmsRawSendInput
  GBoxed
   +----QmiMessageWmsRawSendOutput

Description

Details

QmiMessageWmsRawSendInput

typedef struct _QmiMessageWmsRawSendInput QmiMessageWmsRawSendInput;

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


QmiMessageWmsRawSendOutput

typedef struct _QmiMessageWmsRawSendOutput QmiMessageWmsRawSendOutput;

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


qmi_message_wms_raw_send_input_new ()

QmiMessageWmsRawSendInput * qmi_message_wms_raw_send_input_new
                                                        (void);

Allocates a new QmiMessageWmsRawSendInput.

Returns :

the newly created QmiMessageWmsRawSendInput. The returned value should be freed with qmi_message_wms_raw_send_input_unref().

qmi_message_wms_raw_send_input_ref ()

QmiMessageWmsRawSendInput * qmi_message_wms_raw_send_input_ref
                                                        (QmiMessageWmsRawSendInput *self);

Atomically increments the reference count of self by one.

self :

a QmiMessageWmsRawSendInput.

Returns :

the new reference to self.

qmi_message_wms_raw_send_input_unref ()

void                qmi_message_wms_raw_send_input_unref
                                                        (QmiMessageWmsRawSendInput *self);

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


qmi_message_wms_raw_send_input_get_sms_on_ims ()

gboolean            qmi_message_wms_raw_send_input_get_sms_on_ims
                                                        (QmiMessageWmsRawSendInput *self,
                                                         gboolean *sms_on_ims,
                                                         GError **error);

Get the 'SMS on IMS' field from self.

self :

a QmiMessageWmsRawSendInput.

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_raw_send_input_set_sms_on_ims ()

gboolean            qmi_message_wms_raw_send_input_set_sms_on_ims
                                                        (QmiMessageWmsRawSendInput *self,
                                                         gboolean sms_on_ims,
                                                         GError **error);

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

self :

a QmiMessageWmsRawSendInput.

sms_on_ims :

a gboolean.

error :

Return location for error or NULL.

Returns :

TRUE if value was successfully set, FALSE otherwise.

qmi_message_wms_raw_send_input_get_gsm_wcdma_link_timer ()

gboolean            qmi_message_wms_raw_send_input_get_gsm_wcdma_link_timer
                                                        (QmiMessageWmsRawSendInput *self,
                                                         guint8 *gsm_wcdma_link_timer,
                                                         GError **error);

Get the 'GSM WCDMA Link Timer' field from self.

self :

a QmiMessageWmsRawSendInput.

gsm_wcdma_link_timer :

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

error :

Return location for error or NULL.

Returns :

TRUE if the field is found, FALSE otherwise.

qmi_message_wms_raw_send_input_set_gsm_wcdma_link_timer ()

gboolean            qmi_message_wms_raw_send_input_set_gsm_wcdma_link_timer
                                                        (QmiMessageWmsRawSendInput *self,
                                                         guint8 gsm_wcdma_link_timer,
                                                         GError **error);

Set the 'GSM WCDMA Link Timer' field in the message.

self :

a QmiMessageWmsRawSendInput.

gsm_wcdma_link_timer :

a guint8.

error :

Return location for error or NULL.

Returns :

TRUE if value was successfully set, FALSE otherwise.

qmi_message_wms_raw_send_input_get_cdma_follow_on_dc ()

gboolean            qmi_message_wms_raw_send_input_get_cdma_follow_on_dc
                                                        (QmiMessageWmsRawSendInput *self,
                                                         gboolean *cdma_follow_on_dc_follow,
                                                         GError **error);

Get the 'CDMA Follow On DC' field from self.

self :

a QmiMessageWmsRawSendInput.

cdma_follow_on_dc_follow :

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_raw_send_input_set_cdma_follow_on_dc ()

gboolean            qmi_message_wms_raw_send_input_set_cdma_follow_on_dc
                                                        (QmiMessageWmsRawSendInput *self,
                                                         gboolean cdma_follow_on_dc_follow,
                                                         GError **error);

Set the 'CDMA Follow On DC' field in the message.

self :

a QmiMessageWmsRawSendInput.

cdma_follow_on_dc_follow :

a gboolean.

error :

Return location for error or NULL.

Returns :

TRUE if value was successfully set, FALSE otherwise.

qmi_message_wms_raw_send_input_get_cdma_force_on_dc ()

gboolean            qmi_message_wms_raw_send_input_get_cdma_force_on_dc
                                                        (QmiMessageWmsRawSendInput *self,
                                                         gboolean *cdma_force_on_dc_force,
                                                         QmiWmsCdmaServiceOption *cdma_force_on_dc_service_option,
                                                         GError **error);

Get the 'CDMA Force On DC' field from self.

self :

a QmiMessageWmsRawSendInput.

cdma_force_on_dc_force :

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

cdma_force_on_dc_service_option :

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

error :

Return location for error or NULL.

Returns :

TRUE if the field is found, FALSE otherwise.

qmi_message_wms_raw_send_input_set_cdma_force_on_dc ()

gboolean            qmi_message_wms_raw_send_input_set_cdma_force_on_dc
                                                        (QmiMessageWmsRawSendInput *self,
                                                         gboolean cdma_force_on_dc_force,
                                                         QmiWmsCdmaServiceOption cdma_force_on_dc_service_option,
                                                         GError **error);

Set the 'CDMA Force On DC' field in the message.

self :

a QmiMessageWmsRawSendInput.

cdma_force_on_dc_force :

a gboolean.

cdma_force_on_dc_service_option :

a QmiWmsCdmaServiceOption.

error :

Return location for error or NULL.

Returns :

TRUE if value was successfully set, FALSE otherwise.

qmi_message_wms_raw_send_input_get_raw_message_data ()

gboolean            qmi_message_wms_raw_send_input_get_raw_message_data
                                                        (QmiMessageWmsRawSendInput *self,
                                                         QmiWmsMessageFormat *raw_message_data_format,
                                                         GArray **raw_message_data_raw_data,
                                                         GError **error);

Get the 'Raw Message Data' field from self.

self :

a QmiMessageWmsRawSendInput.

raw_message_data_format :

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

raw_message_data_raw_data :

a placeholder for the output GArray of guint8 elements, or NULL if not required. Do not free it, it is owned by self.

error :

Return location for error or NULL.

Returns :

TRUE if the field is found, FALSE otherwise.

qmi_message_wms_raw_send_input_set_raw_message_data ()

gboolean            qmi_message_wms_raw_send_input_set_raw_message_data
                                                        (QmiMessageWmsRawSendInput *self,
                                                         QmiWmsMessageFormat raw_message_data_format,
                                                         GArray *raw_message_data_raw_data,
                                                         GError **error);

Set the 'Raw Message Data' field in the message.

self :

a QmiMessageWmsRawSendInput.

raw_message_data_format :

a QmiWmsMessageFormat.

raw_message_data_raw_data :

a GArray of guint8 elements. A new reference to raw_message_data_raw_data will be taken.

error :

Return location for error or NULL.

Returns :

TRUE if value was successfully set, FALSE otherwise.

qmi_message_wms_raw_send_output_ref ()

QmiMessageWmsRawSendOutput * qmi_message_wms_raw_send_output_ref
                                                        (QmiMessageWmsRawSendOutput *self);

Atomically increments the reference count of self by one.

self :

a QmiMessageWmsRawSendOutput.

Returns :

the new reference to self.

qmi_message_wms_raw_send_output_unref ()

void                qmi_message_wms_raw_send_output_unref
                                                        (QmiMessageWmsRawSendOutput *self);

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


qmi_message_wms_raw_send_output_get_result ()

gboolean            qmi_message_wms_raw_send_output_get_result
                                                        (QmiMessageWmsRawSendOutput *self,
                                                         GError **error);

Get the result of the QMI operation.

self :

a QmiMessageWmsRawSendOutput.

error :

Return location for error or NULL.

Returns :

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

qmi_message_wms_raw_send_output_get_message_id ()

gboolean            qmi_message_wms_raw_send_output_get_message_id
                                                        (QmiMessageWmsRawSendOutput *self,
                                                         guint16 *message_id,
                                                         GError **error);

Get the 'Message ID' field from self.

self :

a QmiMessageWmsRawSendOutput.

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_raw_send_output_get_cdma_cause_code ()

gboolean            qmi_message_wms_raw_send_output_get_cdma_cause_code
                                                        (QmiMessageWmsRawSendOutput *self,
                                                         QmiWmsCdmaCauseCode *cdma_cause_code,
                                                         GError **error);

Get the 'CDMA Cause Code' field from self.

self :

a QmiMessageWmsRawSendOutput.

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_raw_send_output_get_cdma_error_class ()

gboolean            qmi_message_wms_raw_send_output_get_cdma_error_class
                                                        (QmiMessageWmsRawSendOutput *self,
                                                         QmiWmsCdmaErrorClass *cdma_error_class,
                                                         GError **error);

Get the 'CDMA Error Class' field from self.

self :

a QmiMessageWmsRawSendOutput.

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_raw_send_output_get_gsm_wcdma_cause_info ()

gboolean            qmi_message_wms_raw_send_output_get_gsm_wcdma_cause_info
                                                        (QmiMessageWmsRawSendOutput *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 QmiMessageWmsRawSendOutput.

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_raw_send_output_get_message_delivery_failure_type ()

gboolean            qmi_message_wms_raw_send_output_get_message_delivery_failure_type
                                                        (QmiMessageWmsRawSendOutput *self,
                                                         QmiWmsMessageDeliveryFailureType *message_delivery_failure_type,
                                                         GError **error);

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

self :

a QmiMessageWmsRawSendOutput.

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_raw_send ()

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

Asynchronously sends a Raw Send 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_raw_send_finish() to get the result of the operation.

self :

a QmiClientWms.

input :

a QmiMessageWmsRawSendInput.

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_raw_send_finish ()

QmiMessageWmsRawSendOutput * qmi_client_wms_raw_send_finish
                                                        (QmiClientWms *self,
                                                         GAsyncResult *res,
                                                         GError **error);

Finishes an async operation started with qmi_client_wms_raw_send().

self :

a QmiClientWms.

res :

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

error :

Return location for error or NULL.

Returns :

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