Qmi.MessageVoiceIndicationRegisterInput¶
Fields¶
None
Methods¶
class |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Details¶
- class Qmi.MessageVoiceIndicationRegisterInput¶
The
Qmi.MessageVoiceIndicationRegisterInput
structure contains private data and should only be accessed using the provided API.New in version 1.26.
- classmethod new()¶
- Returns:
the newly created
Qmi.MessageVoiceIndicationRegisterInput
. The returned value should be freed withQmi.MessageVoiceIndicationRegisterInput.unref
().- Return type:
Allocates a new
Qmi.MessageVoiceIndicationRegisterInput
.New in version 1.26.
- get_aoc_events()¶
- Raises:
- Returns:
- Return type:
Get the ‘AOC Events’ field from self.
New in version 1.26.
- get_call_notification_events()¶
- Raises:
- Returns:
- Return type:
Get the ‘Call Notification Events’ field from self.
New in version 1.26.
- get_conference_events()¶
- Raises:
- Returns:
- Return type:
Get the ‘Conference Events’ field from self.
New in version 1.26.
- get_dtmf_events()¶
- Raises:
- Returns:
- Return type:
Get the ‘DTMF Events’ field from self.
New in version 1.26.
- get_extended_burst_type_international_information_events()¶
- Raises:
- Returns:
- Return type:
(
bool
, value_extended_burst_type_international_information_events:bool
)
Get the ‘Extended Burst Type International Information Events’ field from self.
New in version 1.26.
- get_handover_events()¶
- Raises:
- Returns:
- Return type:
Get the ‘Handover Events’ field from self.
New in version 1.26.
- get_modification_events()¶
- Raises:
- Returns:
- Return type:
Get the ‘Modification Events’ field from self.
New in version 1.26.
- get_mt_page_miss_information_events()¶
- Raises:
- Returns:
- Return type:
Get the ‘MT Page Miss Information Events’ field from self.
New in version 1.26.
- get_speech_codec_events()¶
- Raises:
- Returns:
- Return type:
Get the ‘Speech Codec Events’ field from self.
New in version 1.26.
- get_supplementary_service_notification_events()¶
-
Get the ‘Supplementary Service Notification Events’ field from self.
New in version 1.26.
- get_ussd_notification_events()¶
- Raises:
- Returns:
- Return type:
Get the ‘USSD Notification Events’ field from self.
New in version 1.26.
- get_uus_events()¶
- Raises:
- Returns:
- Return type:
Get the ‘UUS Events’ field from self.
New in version 1.26.
- get_voice_privacy_events()¶
- Raises:
- Returns:
- Return type:
Get the ‘Voice Privacy Events’ field from self.
New in version 1.26.
- ref()¶
- Returns:
the new reference to self.
- Return type:
Atomically increments the reference count of self by one.
New in version 1.26.
- set_aoc_events(value_aoc_events)¶
- Parameters:
- Raises:
- Returns:
- Return type:
Set the ‘AOC Events’ field in the message.
New in version 1.26.
- set_call_notification_events(value_call_notification_events)¶
- Parameters:
- Raises:
- Returns:
- Return type:
Set the ‘Call Notification Events’ field in the message.
New in version 1.26.
- set_conference_events(value_conference_events)¶
- Parameters:
- Raises:
- Returns:
- Return type:
Set the ‘Conference Events’ field in the message.
New in version 1.26.
- set_dtmf_events(value_dtmf_events)¶
- Parameters:
- Raises:
- Returns:
- Return type:
Set the ‘DTMF Events’ field in the message.
New in version 1.26.
- set_extended_burst_type_international_information_events(value_extended_burst_type_international_information_events)¶
- Parameters:
value_extended_burst_type_international_information_events (
bool
) – abool
.- Raises:
- Returns:
- Return type:
Set the ‘Extended Burst Type International Information Events’ field in the message.
New in version 1.26.
- set_handover_events(value_handover_events)¶
- Parameters:
- Raises:
- Returns:
- Return type:
Set the ‘Handover Events’ field in the message.
New in version 1.26.
- set_modification_events(value_modification_events)¶
- Parameters:
- Raises:
- Returns:
- Return type:
Set the ‘Modification Events’ field in the message.
New in version 1.26.
- set_mt_page_miss_information_events(value_mt_page_miss_information_events)¶
- Parameters:
- Raises:
- Returns:
- Return type:
Set the ‘MT Page Miss Information Events’ field in the message.
New in version 1.26.
- set_speech_codec_events(value_speech_codec_events)¶
- Parameters:
- Raises:
- Returns:
- Return type:
Set the ‘Speech Codec Events’ field in the message.
New in version 1.26.
- set_supplementary_service_notification_events(value_supplementary_service_notification_events)¶
- Parameters:
value_supplementary_service_notification_events (
bool
) – abool
.- Raises:
- Returns:
- Return type:
Set the ‘Supplementary Service Notification Events’ field in the message.
New in version 1.26.
- set_ussd_notification_events(value_ussd_notification_events)¶
- Parameters:
- Raises:
- Returns:
- Return type:
Set the ‘USSD Notification Events’ field in the message.
New in version 1.26.
- set_uus_events(value_uus_events)¶
- Parameters:
- Raises:
- Returns:
- Return type:
Set the ‘UUS Events’ field in the message.
New in version 1.26.
- set_voice_privacy_events(value_voice_privacy_events)¶
- Parameters:
- Raises:
- Returns:
- Return type:
Set the ‘Voice Privacy Events’ field in the message.
New in version 1.26.
- 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.26.