Qmi.MessageWmsSendFromMemoryStorageOutput

Fields

None

Methods

get_cdma_cause_code ()

get_cdma_error_class ()

get_gsm_wcdma_cause_info ()

get_message_delivery_failure_type ()

get_message_id ()

get_result ()

ref ()

unref ()

Details

class Qmi.MessageWmsSendFromMemoryStorageOutput

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

Added in version 1.0.

get_cdma_cause_code()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_cdma_cause_code:

a placeholder for the output Qmi.WmsCdmaCauseCode, or None if not required.

Return type:

(bool, value_cdma_cause_code: Qmi.WmsCdmaCauseCode)

Get the ‘CDMA Cause Code’ field from self.

Added in version 1.0.

get_cdma_error_class()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_cdma_error_class:

a placeholder for the output Qmi.WmsCdmaErrorClass, or None if not required.

Return type:

(bool, value_cdma_error_class: Qmi.WmsCdmaErrorClass)

Get the ‘CDMA Error Class’ field from self.

Added in version 1.0.

get_gsm_wcdma_cause_info()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_gsm_wcdma_cause_info_rp_cause:

a placeholder for the output Qmi.WmsGsmUmtsRpCause, or None if not required.

value_gsm_wcdma_cause_info_tp_cause:

a placeholder for the output Qmi.WmsGsmUmtsTpCause, or None if not required.

Return type:

(bool, value_gsm_wcdma_cause_info_rp_cause: Qmi.WmsGsmUmtsRpCause, value_gsm_wcdma_cause_info_tp_cause: Qmi.WmsGsmUmtsTpCause)

Get the ‘GSM WCDMA Cause Info’ field from self.

Added in version 1.0.

get_message_delivery_failure_type()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_message_delivery_failure_type:

a placeholder for the output Qmi.WmsMessageDeliveryFailureType, or None if not required.

Return type:

(bool, value_message_delivery_failure_type: Qmi.WmsMessageDeliveryFailureType)

Get the ‘Message Delivery Failure Type’ field from self.

Added in version 1.0.

get_message_id()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_message_id:

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

Return type:

(bool, value_message_id: int)

Get the ‘Message ID’ field from self.

Added in version 1.0.

get_result()
Raises:

GLib.Error

Returns:

True if the QMI operation succeeded, False if error is set.

Return type:

bool

Get the result of the QMI operation.

Added in version 1.0.

ref()
Returns:

the new reference to self.

Return type:

Qmi.MessageWmsSendFromMemoryStorageOutput

Atomically increments the reference count of self by one.

Added in version 1.0.

unref()

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

Added in version 1.0.