Qmi.MessageVoiceGetConfigInput¶
Fields¶
None
Methods¶
class  | 
  | 
  | 
|
  | 
|
  | 
|
  | 
|
  | 
|
  | 
|
  | 
|
  | 
|
  | 
|
  | 
|
  | 
|
  | 
Details¶
- class Qmi.MessageVoiceGetConfigInput¶
 The
Qmi.MessageVoiceGetConfigInputstructure contains private data and should only be accessed using the provided API.New in version 1.14.
- classmethod new()¶
 - Returns:
 the newly created
Qmi.MessageVoiceGetConfigInput. The returned value should be freed withQmi.MessageVoiceGetConfigInput.unref().- Return type:
 
Allocates a new
Qmi.MessageVoiceGetConfigInput.New in version 1.14.
- get_air_timer()¶
 - Raises:
 - Returns:
 - Return type:
 
Get the ‘Air Timer’ field from self.
New in version 1.14.
- get_amr_status()¶
 - Raises:
 - Returns:
 - Return type:
 
Get the ‘AMR Status’ field from self.
New in version 1.14.
- get_auto_answer()¶
 - Raises:
 - Returns:
 - Return type:
 
Get the ‘Auto Answer’ field from self.
New in version 1.14.
- get_nam_index()¶
 - Raises:
 - Returns:
 - Return type:
 
Get the ‘NAM Index’ field from self.
New in version 1.14.
- get_preferred_voice_privacy()¶
 - Raises:
 - Returns:
 - Return type:
 
Get the ‘Preferred Voice Privacy’ field from self.
New in version 1.14.
- get_preferred_voice_service_option()¶
 - Raises:
 - Returns:
 - Return type:
 
Get the ‘Preferred Voice Service Option’ field from self.
New in version 1.14.
- get_roam_timer()¶
 - Raises:
 - Returns:
 - Return type:
 
Get the ‘Roam Timer’ field from self.
New in version 1.14.
- get_tty_mode()¶
 - Raises:
 - Returns:
 - Return type:
 
Get the ‘TTY Mode’ field from self.
New in version 1.14.
- get_voice_domain_preference()¶
 - Raises:
 - Returns:
 - Return type:
 
Get the ‘Voice Domain Preference’ 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.
- set_air_timer(value_air_timer)¶
 - Parameters:
 - Raises:
 - Returns:
 - Return type:
 
Set the ‘Air Timer’ field in the message.
New in version 1.14.
- set_amr_status(value_amr_status)¶
 - Parameters:
 - Raises:
 - Returns:
 - Return type:
 
Set the ‘AMR Status’ field in the message.
New in version 1.14.
- set_auto_answer(value_auto_answer)¶
 - Parameters:
 - Raises:
 - Returns:
 - Return type:
 
Set the ‘Auto Answer’ field in the message.
New in version 1.14.
- set_nam_index(value_nam_index)¶
 - Parameters:
 - Raises:
 - Returns:
 - Return type:
 
Set the ‘NAM Index’ field in the message.
New in version 1.14.
- set_preferred_voice_privacy(value_preferred_voice_privacy)¶
 - Parameters:
 - Raises:
 - Returns:
 - Return type:
 
Set the ‘Preferred Voice Privacy’ field in the message.
New in version 1.14.
- set_preferred_voice_service_option(value_preferred_voice_service_option)¶
 - Parameters:
 - Raises:
 - Returns:
 - Return type:
 
Set the ‘Preferred Voice Service Option’ field in the message.
New in version 1.14.
- set_roam_timer(value_roam_timer)¶
 - Parameters:
 - Raises:
 - Returns:
 - Return type:
 
Set the ‘Roam Timer’ field in the message.
New in version 1.14.
- set_tty_mode(value_tty_mode)¶
 - Parameters:
 - Raises:
 - Returns:
 - Return type:
 
Set the ‘TTY Mode’ field in the message.
New in version 1.14.
- set_voice_domain_preference(value_voice_domain_preference)¶
 - Parameters:
 - Raises:
 - Returns:
 - Return type:
 
Set the ‘Voice Domain Preference’ field in the message.
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.