Qmi.MessageWmsSendFromMemoryStorageOutput¶
Fields¶
None
Methods¶
  | 
|
  | 
|
  | 
Details¶
- class Qmi.MessageWmsSendFromMemoryStorageOutput¶
 The
Qmi.MessageWmsSendFromMemoryStorageOutputstructure contains private data and should only be accessed using the provided API.New in version 1.0.
- get_cdma_cause_code()¶
 - Raises:
 - Returns:
 Trueif the field is found,Falseotherwise.- value_cdma_cause_code:
 a placeholder for the output
Qmi.WmsCdmaCauseCode, orNoneif not required.
- Return type:
 (
bool, value_cdma_cause_code:Qmi.WmsCdmaCauseCode)
Get the ‘CDMA Cause Code’ field from self.
New in version 1.0.
- get_cdma_error_class()¶
 - Raises:
 - Returns:
 Trueif the field is found,Falseotherwise.- value_cdma_error_class:
 a placeholder for the output
Qmi.WmsCdmaErrorClass, orNoneif not required.
- Return type:
 (
bool, value_cdma_error_class:Qmi.WmsCdmaErrorClass)
Get the ‘CDMA Error Class’ field from self.
New in version 1.0.
- get_gsm_wcdma_cause_info()¶
 - Raises:
 - Returns:
 Trueif the field is found,Falseotherwise.- value_gsm_wcdma_cause_info_rp_cause:
 a placeholder for the output
Qmi.WmsGsmUmtsRpCause, orNoneif not required.- value_gsm_wcdma_cause_info_tp_cause:
 a placeholder for the output
Qmi.WmsGsmUmtsTpCause, orNoneif 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.
New in version 1.0.
- get_message_delivery_failure_type()¶
 - Raises:
 - Returns:
 Trueif the field is found,Falseotherwise.- value_message_delivery_failure_type:
 a placeholder for the output
Qmi.WmsMessageDeliveryFailureType, orNoneif not required.
- Return type:
 (
bool, value_message_delivery_failure_type:Qmi.WmsMessageDeliveryFailureType)
Get the ‘Message Delivery Failure Type’ field from self.
New in version 1.0.
- get_message_id()¶
 - Raises:
 - Returns:
 Trueif the field is found,Falseotherwise.- value_message_id:
 a placeholder for the output #guint16, or
Noneif not required.
- Return type:
 
Get the ‘Message ID’ field from self.
New in version 1.0.
- get_result()¶
 - Raises:
 - Returns:
 - Return type:
 
Get the result of the QMI operation.
New in version 1.0.
- ref()¶
 - Returns:
 the new reference to self.
- Return type:
 
Atomically increments the reference count of self by one.
New 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.
New in version 1.0.