Qmi.MessageWmsSendAckInput¶
Fields¶
None
Methods¶
class |
|
|
|
|
|
|
|
|
|
|
|
|
Details¶
- class Qmi.MessageWmsSendAckInput¶
The
Qmi.MessageWmsSendAckInputstructure contains private data and should only be accessed using the provided API.New in version 1.28.
- classmethod new()¶
- Returns:
the newly created
Qmi.MessageWmsSendAckInput. The returned value should be freed withQmi.MessageWmsSendAckInput.unref().- Return type:
Allocates a new
Qmi.MessageWmsSendAckInput.New in version 1.28.
- get_3gpp2_failure_information()¶
- Raises:
- Returns:
Trueif the field is found,Falseotherwise.- value_3gpp2_failure_information_error_class:
a placeholder for the output
Qmi.WmsCdmaErrorClass, orNoneif not required.- value_3gpp2_failure_information_cause_code:
a placeholder for the output
Qmi.WmsCdmaCauseCode, orNoneif not required.
- Return type:
(
bool, value_3gpp2_failure_information_error_class:Qmi.WmsCdmaErrorClass, value_3gpp2_failure_information_cause_code:Qmi.WmsCdmaCauseCode)
Get the ‘3GPP2 Failure Information’ field from self.
New in version 1.28.
- get_3gpp_failure_information()¶
- Raises:
- Returns:
Trueif the field is found,Falseotherwise.- value_3gpp_failure_information_rp_cause:
a placeholder for the output
Qmi.WmsGsmUmtsRpCause, orNoneif not required.- value_3gpp_failure_information_tp_cause:
a placeholder for the output
Qmi.WmsGsmUmtsTpCause, orNoneif not required.
- Return type:
(
bool, value_3gpp_failure_information_rp_cause:Qmi.WmsGsmUmtsRpCause, value_3gpp_failure_information_tp_cause:Qmi.WmsGsmUmtsTpCause)
Get the ‘3GPP Failure Information’ field from self.
New in version 1.28.
- get_information()¶
- Raises:
- Returns:
Trueif the field is found,Falseotherwise.- value_information_transaction_id:
a placeholder for the output #guint32, or
Noneif not required.- value_information_message_protocol:
a placeholder for the output
Qmi.WmsMessageProtocol, orNoneif not required.- value_information_success:
- Return type:
(
bool, value_information_transaction_id:int, value_information_message_protocol:Qmi.WmsMessageProtocol, value_information_success:bool)
Get the ‘Information’ field from self.
New in version 1.28.
- get_sms_on_ims()¶
- Raises:
- Returns:
- Return type:
Get the ‘SMS on IMS’ field from self.
New in version 1.28.
- ref()¶
- Returns:
the new reference to self.
- Return type:
Atomically increments the reference count of self by one.
New in version 1.28.
- set_3gpp2_failure_information(value_3gpp2_failure_information_error_class, value_3gpp2_failure_information_cause_code)¶
- Parameters:
value_3gpp2_failure_information_error_class (
Qmi.WmsCdmaErrorClass) – aQmi.WmsCdmaErrorClass.value_3gpp2_failure_information_cause_code (
Qmi.WmsCdmaCauseCode) – aQmi.WmsCdmaCauseCode.
- Raises:
- Returns:
- Return type:
Set the ‘3GPP2 Failure Information’ field in the message.
New in version 1.28.
- set_3gpp_failure_information(value_3gpp_failure_information_rp_cause, value_3gpp_failure_information_tp_cause)¶
- Parameters:
value_3gpp_failure_information_rp_cause (
Qmi.WmsGsmUmtsRpCause) – aQmi.WmsGsmUmtsRpCause.value_3gpp_failure_information_tp_cause (
Qmi.WmsGsmUmtsTpCause) – aQmi.WmsGsmUmtsTpCause.
- Raises:
- Returns:
- Return type:
Set the ‘3GPP Failure Information’ field in the message.
New in version 1.28.
- set_information(value_information_transaction_id, value_information_message_protocol, value_information_success)¶
- Parameters:
value_information_transaction_id (
int) – a #guint32.value_information_message_protocol (
Qmi.WmsMessageProtocol) – aQmi.WmsMessageProtocol.
- Raises:
- Returns:
- Return type:
Set the ‘Information’ field in the message.
New in version 1.28.
- set_sms_on_ims(value_sms_on_ims)¶
- Parameters:
- Raises:
- Returns:
- Return type:
Set the ‘SMS on IMS’ field in the message.
New in version 1.28.
- 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.28.