Qmi.MessageVoiceGetConfigOutput¶
Fields¶
None
Methods¶
|
|
|
|
|
Details¶
- class Qmi.MessageVoiceGetConfigOutput¶
The
Qmi.MessageVoiceGetConfigOutput
structure contains private data and should only be accessed using the provided API.New in version 1.14.
- get_air_timer_count()¶
- Raises:
- Returns:
- Return type:
(
bool
, value_air_timer_count_nam_id:int
, value_air_timer_count_air_timer:int
)
Get the ‘Air Timer Count’ field from self.
New in version 1.14.
- get_auto_answer_status()¶
- Raises:
- Returns:
- Return type:
Get the ‘Auto Answer Status’ field from self.
New in version 1.14.
- get_current_amr_status()¶
- Raises:
- Returns:
True
if the field is found,False
otherwise.- value_current_amr_status_gsm:
- value_current_amr_status_wcdma:
a placeholder for the output
Qmi.VoiceWcdmaAmrStatus
, orNone
if not required.
- Return type:
(
bool
, value_current_amr_status_gsm:bool
, value_current_amr_status_wcdma:Qmi.VoiceWcdmaAmrStatus
)
Get the ‘Current AMR Status’ field from self.
New in version 1.14.
- get_current_preferred_voice_so()¶
- Raises:
- Returns:
True
if the field is found,False
otherwise.- value_current_preferred_voice_so_nam_id:
a placeholder for the output #guint8, or
None
if not required.- value_current_preferred_voice_so_evrc_capability:
- value_current_preferred_voice_so_home_page_voice_service_option:
a placeholder for the output
Qmi.VoiceServiceOption
, orNone
if not required.- value_current_preferred_voice_so_home_origination_voice_service_option:
a placeholder for the output
Qmi.VoiceServiceOption
, orNone
if not required.- value_current_preferred_voice_so_roaming_origination_voice_service_option:
a placeholder for the output
Qmi.VoiceServiceOption
, orNone
if not required.
- Return type:
(
bool
, value_current_preferred_voice_so_nam_id:int
, value_current_preferred_voice_so_evrc_capability:bool
, value_current_preferred_voice_so_home_page_voice_service_option:Qmi.VoiceServiceOption
, value_current_preferred_voice_so_home_origination_voice_service_option:Qmi.VoiceServiceOption
, value_current_preferred_voice_so_roaming_origination_voice_service_option:Qmi.VoiceServiceOption
)
Get the ‘Current Preferred Voice SO’ field from self.
New in version 1.14.
- get_current_tty_mode()¶
- Raises:
- Returns:
True
if the field is found,False
otherwise.- value_current_tty_mode:
a placeholder for the output
Qmi.VoiceTtyMode
, orNone
if not required.
- Return type:
(
bool
, value_current_tty_mode:Qmi.VoiceTtyMode
)
Get the ‘Current TTY Mode’ field from self.
New in version 1.14.
- get_current_voice_domain_preference()¶
- Raises:
- Returns:
True
if the field is found,False
otherwise.- value_current_voice_domain_preference:
a placeholder for the output
Qmi.VoiceDomain
, orNone
if not required.
- Return type:
(
bool
, value_current_voice_domain_preference:Qmi.VoiceDomain
)
Get the ‘Current Voice Domain Preference’ field from self.
New in version 1.14.
- get_current_voice_privacy_preference()¶
- Raises:
- Returns:
True
if the field is found,False
otherwise.- value_current_voice_privacy_preference:
a placeholder for the output
Qmi.VoicePrivacy
, orNone
if not required.
- Return type:
(
bool
, value_current_voice_privacy_preference:Qmi.VoicePrivacy
)
Get the ‘Current Voice Privacy Preference’ field from self.
New in version 1.14.
- get_result()¶
- Raises:
- Returns:
- Return type:
Get the result of the QMI operation.
New in version 1.14.
- get_roam_timer_count()¶
- Raises:
- Returns:
- Return type:
(
bool
, value_roam_timer_count_nam_id:int
, value_roam_timer_count_roam_timer:int
)
Get the ‘Roam Timer Count’ field from self.
New in version 1.14.
- ref()¶
- Returns:
the new reference to self.
- Return type:
Atomically increments the reference count of self by one.
New in version 1.14.
- 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.14.