Top |
QmiMessageWmsRawSendInput *
qmi_message_wms_raw_send_input_new (void
);
Allocates a new QmiMessageWmsRawSendInput.
the newly created QmiMessageWmsRawSendInput. The returned value should be freed with qmi_message_wms_raw_send_input_unref()
.
QmiMessageWmsRawSendInput *
qmi_message_wms_raw_send_input_ref (QmiMessageWmsRawSendInput *self
);
Atomically increments the reference count of self
by one.
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.
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
.
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.
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
.
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.
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
.
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.
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 |
||
cdma_force_on_dc_force |
a placeholder for the output gboolean, or |
|
cdma_force_on_dc_service_option |
a placeholder for the output QmiWmsCdmaServiceOption, or |
|
error |
Return location for error or |
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.
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
.
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.
QmiMessageWmsRawSendOutput *
qmi_message_wms_raw_send_output_ref (QmiMessageWmsRawSendOutput *self
);
Atomically increments the reference count of self
by one.
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.
gboolean qmi_message_wms_raw_send_output_get_result (QmiMessageWmsRawSendOutput *self
,GError **error
);
Get the result of the QMI operation.
gboolean qmi_message_wms_raw_send_output_get_message_id (QmiMessageWmsRawSendOutput *self
,guint16 *message_id
,GError **error
);
Get the 'Message ID' field from self
.
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 |
||
cdma_cause_code |
a placeholder for the output QmiWmsCdmaCauseCode, or |
|
error |
Return location for error or |
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 |
||
cdma_error_class |
a placeholder for the output QmiWmsCdmaErrorClass, or |
|
error |
Return location for error or |
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 |
||
gsm_wcdma_cause_info_rp_cause |
a placeholder for the output QmiWmsGsmUmtsRpCause, or |
|
gsm_wcdma_cause_info_tp_cause |
a placeholder for the output QmiWmsGsmUmtsTpCause, or |
|
error |
Return location for error or |
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 |
||
message_delivery_failure_type |
a placeholder for the output QmiWmsMessageDeliveryFailureType, or |
|
error |
Return location for error or |
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 |
||
timeout |
maximum time to wait for the method to complete, in seconds. |
|
cancellable |
a GCancellable or |
|
callback |
a GAsyncReadyCallback to call when the request is satisfied. |
|
user_data |
user data to pass to |
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 |
|
error |
Return location for error or |
a QmiMessageWmsRawSendOutput, or NULL
if error
is set. The returned value should be freed with qmi_message_wms_raw_send_output_unref()
.
typedef struct _QmiMessageWmsRawSendInput QmiMessageWmsRawSendInput;
The QmiMessageWmsRawSendInput structure contains private data and should only be accessed using the provided API.
typedef struct _QmiMessageWmsRawSendOutput QmiMessageWmsRawSendOutput;
The QmiMessageWmsRawSendOutput structure contains private data and should only be accessed using the provided API.