Top |
VOICE enumerations and flagsVOICE enumerations and flags — Enumerations and flags in the VOICE service. |
enum | QmiVoiceCallState |
enum | QmiVoiceCallType |
enum | QmiVoiceCallDirection |
enum | QmiVoiceCallMode |
enum | QmiVoiceAls |
enum | QmiVoicePresentation |
enum | QmiVoiceDomain |
enum | QmiVoicePrivacy |
enum | QmiVoiceServiceOption |
enum | QmiVoiceTtyMode |
enum | QmiVoiceWcdmaAmrStatus |
enum | QmiVoiceUserAction |
enum | QmiVoiceUssDataCodingScheme |
enum | QmiVoiceAlphaDataCodingScheme |
enum | QmiVoiceCallEndReason |
enum | QmiVoiceCallControlResultType |
enum | QmiVoiceCallControlSupplementaryServiceType |
enum | QmiVoiceSupplementaryServiceType |
enum | QmiVoiceSupplementaryServiceNotificationType |
enum | QmiVoiceSupplementaryServiceAction |
enum | QmiVoiceSupplementaryServiceReason |
GEnum ├── QmiVoiceAlphaDataCodingScheme ├── QmiVoiceAls ├── QmiVoiceCallControlResultType ├── QmiVoiceCallControlSupplementaryServiceType ├── QmiVoiceCallDirection ├── QmiVoiceCallEndReason ├── QmiVoiceCallMode ├── QmiVoiceCallState ├── QmiVoiceCallType ├── QmiVoiceDomain ├── QmiVoicePresentation ├── QmiVoicePrivacy ├── QmiVoiceServiceOption ├── QmiVoiceSupplementaryServiceAction ├── QmiVoiceSupplementaryServiceNotificationType ├── QmiVoiceSupplementaryServiceReason ├── QmiVoiceSupplementaryServiceType ├── QmiVoiceTtyMode ├── QmiVoiceUserAction ╰── QmiVoiceUssDataCodingScheme GFlags ╰── QmiVoiceWcdmaAmrStatus
const gchar *
qmi_voice_call_state_get_string (QmiVoiceCallState val
);
Gets the nickname string for the QmiVoiceCallState specified at val
.
a string with the nickname, or NULL
if not found. Do not free the returned value.
[transfer none]
Since: 1.14
const gchar *
qmi_voice_call_type_get_string (QmiVoiceCallType val
);
Gets the nickname string for the QmiVoiceCallType specified at val
.
a string with the nickname, or NULL
if not found. Do not free the returned value.
[transfer none]
Since: 1.14
const gchar *
qmi_voice_call_direction_get_string (QmiVoiceCallDirection val
);
Gets the nickname string for the QmiVoiceCallDirection specified at val
.
a string with the nickname, or NULL
if not found. Do not free the returned value.
[transfer none]
Since: 1.14
const gchar *
qmi_voice_call_mode_get_string (QmiVoiceCallMode val
);
Gets the nickname string for the QmiVoiceCallMode specified at val
.
a string with the nickname, or NULL
if not found. Do not free the returned value.
[transfer none]
Since: 1.14
const gchar *
qmi_voice_als_get_string (QmiVoiceAls val
);
Gets the nickname string for the QmiVoiceAls specified at val
.
a string with the nickname, or NULL
if not found. Do not free the returned value.
[transfer none]
Since: 1.14
const gchar *
qmi_voice_presentation_get_string (QmiVoicePresentation val
);
Gets the nickname string for the QmiVoicePresentation specified at val
.
a string with the nickname, or NULL
if not found. Do not free the returned value.
[transfer none]
Since: 1.14
const gchar *
qmi_voice_domain_get_string (QmiVoiceDomain val
);
Gets the nickname string for the QmiVoiceDomain specified at val
.
a string with the nickname, or NULL
if not found. Do not free the returned value.
[transfer none]
Since: 1.14
const gchar *
qmi_voice_privacy_get_string (QmiVoicePrivacy val
);
Gets the nickname string for the QmiVoicePrivacy specified at val
.
a string with the nickname, or NULL
if not found. Do not free the returned value.
[transfer none]
Since: 1.14
const gchar *
qmi_voice_service_option_get_string (QmiVoiceServiceOption val
);
Gets the nickname string for the QmiVoiceServiceOption specified at val
.
a string with the nickname, or NULL
if not found. Do not free the returned value.
[transfer none]
Since: 1.14
const gchar *
qmi_voice_tty_mode_get_string (QmiVoiceTtyMode val
);
Gets the nickname string for the QmiVoiceTtyMode specified at val
.
a string with the nickname, or NULL
if not found. Do not free the returned value.
[transfer none]
Since: 1.14
gchar *
qmi_voice_wcdma_amr_status_build_string_from_mask
(QmiVoiceWcdmaAmrStatus mask
);
Builds a string containing a comma-separated list of nicknames for
each QmiVoiceWcdmaAmrStatus in mask
.
a string with the list of nicknames, or NULL
if none given. The returned value should be freed with g_free()
.
[transfer full]
Since: 1.14
const gchar *
qmi_voice_user_action_get_string (QmiVoiceUserAction val
);
Gets the nickname string for the QmiVoiceUserAction specified at val
.
a string with the nickname, or NULL
if not found. Do not free the returned value.
[transfer none]
Since: 1.26
const gchar *
qmi_voice_uss_data_coding_scheme_get_string
(QmiVoiceUssDataCodingScheme val
);
Gets the nickname string for the QmiVoiceUssDataCodingScheme specified at val
.
a string with the nickname, or NULL
if not found. Do not free the returned value.
[transfer none]
Since: 1.26
const gchar *
qmi_voice_alpha_data_coding_scheme_get_string
(QmiVoiceAlphaDataCodingScheme val
);
Gets the nickname string for the QmiVoiceAlphaDataCodingScheme specified at val
.
a string with the nickname, or NULL
if not found. Do not free the returned value.
[transfer none]
Since: 1.26
const gchar *
qmi_voice_call_end_reason_get_string (QmiVoiceCallEndReason val
);
Gets the nickname string for the QmiVoiceCallEndReason specified at val
.
a string with the nickname, or NULL
if not found. Do not free the returned value.
[transfer none]
Since: 1.26
const gchar *
qmi_voice_call_control_result_type_get_string
(QmiVoiceCallControlResultType val
);
Gets the nickname string for the QmiVoiceCallControlResultType specified at val
.
a string with the nickname, or NULL
if not found. Do not free the returned value.
[transfer none]
Since: 1.26
const gchar *
qmi_voice_call_control_supplementary_service_type_get_string
(QmiVoiceCallControlSupplementaryServiceType val
);
Gets the nickname string for the QmiVoiceCallControlSupplementaryServiceType specified at val
.
a string with the nickname, or NULL
if not found. Do not free the returned value.
[transfer none]
Since: 1.26
const gchar *
qmi_voice_supplementary_service_type_get_string
(QmiVoiceSupplementaryServiceType val
);
Gets the nickname string for the QmiVoiceSupplementaryServiceType specified at val
.
a string with the nickname, or NULL
if not found. Do not free the returned value.
[transfer none]
Since: 1.30
const gchar *
qmi_voice_supplementary_service_notification_type_get_string
(QmiVoiceSupplementaryServiceNotificationType val
);
Gets the nickname string for the QmiVoiceSupplementaryServiceNotificationType specified at val
.
a string with the nickname, or NULL
if not found. Do not free the returned value.
[transfer none]
Since: 1.30
const gchar *
qmi_voice_supplementary_service_action_get_string
(QmiVoiceSupplementaryServiceAction val
);
Gets the nickname string for the QmiVoiceSupplementaryServiceAction specified at val
.
a string with the nickname, or NULL
if not found. Do not free the returned value.
[transfer none]
Since: 1.30
const gchar *
qmi_voice_supplementary_service_reason_get_string
(QmiVoiceSupplementaryServiceReason val
);
Gets the nickname string for the QmiVoiceSupplementaryServiceReason specified at val
.
a string with the nickname, or NULL
if not found. Do not free the returned value.
[transfer none]
Since: 1.30
State of a call.
Unknown state. |
||
Call is being originated. |
||
Incoming call. |
||
Call is in progress. |
||
Call is originating but waiting for call control to complete. |
||
Alerting. |
||
On hold. |
||
Waiting. |
||
Disconnecting. |
||
Call is finished. |
||
3GPP specific. MT call is in setup state. |
Since: 1.14
Service option.
Any service option. |
||
IS-96A. |
||
EVRC. |
||
IS733. |
||
Selectable mode vocoder. |
||
4GV narrowband. |
||
4GV wideband. |
||
13K. |
||
IS-96. |
||
WVRC. |
Since: 1.14
Possible call end reasons resulting from a voice call or supplementary service connection being terminated.
Since: 1.26
Call control supplementary service type.
Since: 1.26
Supplementary service type during call.
Since: 1.30
Supplementary service notification type.
Since: 1.30
Supplementary service action.
Activate supplementary service. |
||
De-activate supplementary service. |
||
Register supplementary service. |
||
Erase/Un-register supplementary service. |
Since: 1.30
Supplementary service reason.
Since: 1.30