Qmi.MessageWmsRawSendOutput¶
Fields¶
None
Methods¶
|
|
|
|
|
Details¶
- class Qmi.MessageWmsRawSendOutput¶
The
Qmi.MessageWmsRawSendOutput
structure contains private data and should only be accessed using the provided API.New in version 1.0.
- get_cdma_cause_code()¶
- Raises:
- Returns:
True
if the field is found,False
otherwise.- value_cdma_cause_code:
a placeholder for the output
Qmi.WmsCdmaCauseCode
, orNone
if 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:
True
if the field is found,False
otherwise.- value_cdma_error_class:
a placeholder for the output
Qmi.WmsCdmaErrorClass
, orNone
if 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:
True
if the field is found,False
otherwise.- value_gsm_wcdma_cause_info_rp_cause:
a placeholder for the output
Qmi.WmsGsmUmtsRpCause
, orNone
if not required.- value_gsm_wcdma_cause_info_tp_cause:
a placeholder for the output
Qmi.WmsGsmUmtsTpCause
, orNone
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.
New in version 1.0.
- get_message_delivery_failure_type()¶
- Raises:
- Returns:
True
if the field is found,False
otherwise.- value_message_delivery_failure_type:
a placeholder for the output
Qmi.WmsMessageDeliveryFailureType
, orNone
if 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:
True
if the field is found,False
otherwise.- value_message_id:
a placeholder for the output #guint16, or
None
if 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.