Qmi.MessageVoiceGetConfigOutput

Fields

None

Methods

get_air_timer_count ()

get_auto_answer_status ()

get_current_amr_status ()

get_current_preferred_voice_so ()

get_current_tty_mode ()

get_current_voice_domain_preference ()

get_current_voice_privacy_preference ()

get_result ()

get_roam_timer_count ()

ref ()

unref ()

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:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_air_timer_count_nam_id:

a placeholder for the output #guint8, or None if not required.

value_air_timer_count_air_timer:

a placeholder for the output #guint32, or None if not required.

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:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_auto_answer_status:

a placeholder for the output bool, or None if not required.

Return type:

(bool, value_auto_answer_status: bool)

Get the ‘Auto Answer Status’ field from self.

New in version 1.14.

get_current_amr_status()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_current_amr_status_gsm:

a placeholder for the output bool, or None if not required.

value_current_amr_status_wcdma:

a placeholder for the output Qmi.VoiceWcdmaAmrStatus, or None 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:

GLib.Error

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:

a placeholder for the output bool, or None if not required.

value_current_preferred_voice_so_home_page_voice_service_option:

a placeholder for the output Qmi.VoiceServiceOption, or None if not required.

value_current_preferred_voice_so_home_origination_voice_service_option:

a placeholder for the output Qmi.VoiceServiceOption, or None if not required.

value_current_preferred_voice_so_roaming_origination_voice_service_option:

a placeholder for the output Qmi.VoiceServiceOption, or None 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:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_current_tty_mode:

a placeholder for the output Qmi.VoiceTtyMode, or None 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:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_current_voice_domain_preference:

a placeholder for the output Qmi.VoiceDomain, or None 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:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_current_voice_privacy_preference:

a placeholder for the output Qmi.VoicePrivacy, or None 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:

GLib.Error

Returns:

True if the QMI operation succeeded, False if error is set.

Return type:

bool

Get the result of the QMI operation.

New in version 1.14.

get_roam_timer_count()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_roam_timer_count_nam_id:

a placeholder for the output #guint8, or None if not required.

value_roam_timer_count_roam_timer:

a placeholder for the output #guint32, or None if not required.

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:

Qmi.MessageVoiceGetConfigOutput

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.