Qmi.MessageVoiceSetSupplementaryServiceInput¶
Fields¶
None
Methods¶
class |
|
|
|
|
|
|
Details¶
- class Qmi.MessageVoiceSetSupplementaryServiceInput¶
The
Qmi.MessageVoiceSetSupplementaryServiceInputstructure contains private data and should only be accessed using the provided API.New in version 1.30.
- classmethod new()¶
- Returns:
the newly created
Qmi.MessageVoiceSetSupplementaryServiceInput. The returned value should be freed withQmi.MessageVoiceSetSupplementaryServiceInput.unref().- Return type:
Allocates a new
Qmi.MessageVoiceSetSupplementaryServiceInput.New in version 1.30.
- get_supplementary_service_information()¶
- Raises:
- Returns:
Trueif the field is found,Falseotherwise.- value_supplementary_service_information_supplementary_service_action:
a placeholder for the output
Qmi.VoiceSupplementaryServiceAction, orNoneif not required.- value_supplementary_service_information_supplementary_service_reason:
a placeholder for the output
Qmi.VoiceSupplementaryServiceReason, orNoneif not required.
- Return type:
(
bool, value_supplementary_service_information_supplementary_service_action:Qmi.VoiceSupplementaryServiceAction, value_supplementary_service_information_supplementary_service_reason:Qmi.VoiceSupplementaryServiceReason)
Get the ‘Supplementary Service Information’ field from self.
New in version 1.30.
- ref()¶
- Returns:
the new reference to self.
- Return type:
Atomically increments the reference count of self by one.
New in version 1.30.
- set_supplementary_service_information(value_supplementary_service_information_supplementary_service_action, value_supplementary_service_information_supplementary_service_reason)¶
- Parameters:
value_supplementary_service_information_supplementary_service_action (
Qmi.VoiceSupplementaryServiceAction) – aQmi.VoiceSupplementaryServiceAction.value_supplementary_service_information_supplementary_service_reason (
Qmi.VoiceSupplementaryServiceReason) – aQmi.VoiceSupplementaryServiceReason.
- Raises:
- Returns:
- Return type:
Set the ‘Supplementary Service Information’ field in the message.
New in version 1.30.
- 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.30.