Qmi.MessageVoiceGetConfigInput

Fields

None

Methods

class

new ()

get_air_timer ()

get_amr_status ()

get_auto_answer ()

get_nam_index ()

get_preferred_voice_privacy ()

get_preferred_voice_service_option ()

get_roam_timer ()

get_tty_mode ()

get_voice_domain_preference ()

ref ()

set_air_timer (value_air_timer)

set_amr_status (value_amr_status)

set_auto_answer (value_auto_answer)

set_nam_index (value_nam_index)

set_preferred_voice_privacy (value_preferred_voice_privacy)

set_preferred_voice_service_option (value_preferred_voice_service_option)

set_roam_timer (value_roam_timer)

set_tty_mode (value_tty_mode)

set_voice_domain_preference (value_voice_domain_preference)

unref ()

Details

class Qmi.MessageVoiceGetConfigInput

The Qmi.MessageVoiceGetConfigInput structure contains private data and should only be accessed using the provided API.

Added in version 1.14.

classmethod new()
Returns:

the newly created Qmi.MessageVoiceGetConfigInput. The returned value should be freed with Qmi.MessageVoiceGetConfigInput.unref().

Return type:

Qmi.MessageVoiceGetConfigInput

Allocates a new Qmi.MessageVoiceGetConfigInput.

Added in version 1.14.

get_air_timer()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_air_timer:

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

Return type:

(bool, value_air_timer: bool)

Get the ‘Air Timer’ field from self.

Added in version 1.14.

get_amr_status()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_amr_status:

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

Return type:

(bool, value_amr_status: bool)

Get the ‘AMR Status’ field from self.

Added in version 1.14.

get_auto_answer()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_auto_answer:

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

Return type:

(bool, value_auto_answer: bool)

Get the ‘Auto Answer’ field from self.

Added in version 1.14.

get_nam_index()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_nam_index:

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

Return type:

(bool, value_nam_index: bool)

Get the ‘NAM Index’ field from self.

Added in version 1.14.

get_preferred_voice_privacy()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_preferred_voice_privacy:

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

Return type:

(bool, value_preferred_voice_privacy: bool)

Get the ‘Preferred Voice Privacy’ field from self.

Added in version 1.14.

get_preferred_voice_service_option()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_preferred_voice_service_option:

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

Return type:

(bool, value_preferred_voice_service_option: bool)

Get the ‘Preferred Voice Service Option’ field from self.

Added in version 1.14.

get_roam_timer()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_roam_timer:

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

Return type:

(bool, value_roam_timer: bool)

Get the ‘Roam Timer’ field from self.

Added in version 1.14.

get_tty_mode()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_tty_mode:

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

Return type:

(bool, value_tty_mode: bool)

Get the ‘TTY Mode’ field from self.

Added in version 1.14.

get_voice_domain_preference()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_voice_domain_preference:

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

Return type:

(bool, value_voice_domain_preference: bool)

Get the ‘Voice Domain Preference’ field from self.

Added in version 1.14.

ref()
Returns:

the new reference to self.

Return type:

Qmi.MessageVoiceGetConfigInput

Atomically increments the reference count of self by one.

Added in version 1.14.

set_air_timer(value_air_timer)
Parameters:

value_air_timer (bool) – a bool.

Raises:

GLib.Error

Returns:

True if value was successfully set, False otherwise.

Return type:

bool

Set the ‘Air Timer’ field in the message.

Added in version 1.14.

set_amr_status(value_amr_status)
Parameters:

value_amr_status (bool) – a bool.

Raises:

GLib.Error

Returns:

True if value was successfully set, False otherwise.

Return type:

bool

Set the ‘AMR Status’ field in the message.

Added in version 1.14.

set_auto_answer(value_auto_answer)
Parameters:

value_auto_answer (bool) – a bool.

Raises:

GLib.Error

Returns:

True if value was successfully set, False otherwise.

Return type:

bool

Set the ‘Auto Answer’ field in the message.

Added in version 1.14.

set_nam_index(value_nam_index)
Parameters:

value_nam_index (bool) – a bool.

Raises:

GLib.Error

Returns:

True if value was successfully set, False otherwise.

Return type:

bool

Set the ‘NAM Index’ field in the message.

Added in version 1.14.

set_preferred_voice_privacy(value_preferred_voice_privacy)
Parameters:

value_preferred_voice_privacy (bool) – a bool.

Raises:

GLib.Error

Returns:

True if value was successfully set, False otherwise.

Return type:

bool

Set the ‘Preferred Voice Privacy’ field in the message.

Added in version 1.14.

set_preferred_voice_service_option(value_preferred_voice_service_option)
Parameters:

value_preferred_voice_service_option (bool) – a bool.

Raises:

GLib.Error

Returns:

True if value was successfully set, False otherwise.

Return type:

bool

Set the ‘Preferred Voice Service Option’ field in the message.

Added in version 1.14.

set_roam_timer(value_roam_timer)
Parameters:

value_roam_timer (bool) – a bool.

Raises:

GLib.Error

Returns:

True if value was successfully set, False otherwise.

Return type:

bool

Set the ‘Roam Timer’ field in the message.

Added in version 1.14.

set_tty_mode(value_tty_mode)
Parameters:

value_tty_mode (bool) – a bool.

Raises:

GLib.Error

Returns:

True if value was successfully set, False otherwise.

Return type:

bool

Set the ‘TTY Mode’ field in the message.

Added in version 1.14.

set_voice_domain_preference(value_voice_domain_preference)
Parameters:

value_voice_domain_preference (bool) – a bool.

Raises:

GLib.Error

Returns:

True if value was successfully set, False otherwise.

Return type:

bool

Set the ‘Voice Domain Preference’ field in the message.

Added 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.

Added in version 1.14.