Top |
GEnum ├── MbimActivationCommand ├── MbimActivationState ├── MbimAuthProtocol ├── MbimCompression ├── MbimContextIpType ├── MbimDeviceType ├── MbimDssLinkState ├── MbimEmergencyModeState ├── MbimNetworkIdleHintState ├── MbimNwError ├── MbimPacketServiceAction ├── MbimPacketServiceState ├── MbimPhonebookFlag ├── MbimPhonebookState ├── MbimPhonebookWriteFlag ├── MbimPinFormat ├── MbimPinMode ├── MbimPinOperation ├── MbimPinState ├── MbimPinType ├── MbimRadioSwitchState ├── MbimRegisterAction ├── MbimRegisterMode ├── MbimRegisterState ├── MbimSmsCdmaEncoding ├── MbimSmsCdmaLang ├── MbimSmsFlag ├── MbimSmsFormat ├── MbimSmsStatus ├── MbimSmsStatusFlag ├── MbimSmsStorageState ├── MbimStkPacProfile ├── MbimStkPacType ├── MbimSubscriberReadyState ├── MbimUssdAction ├── MbimUssdResponse ├── MbimUssdSessionState ├── MbimVisibleProvidersAction ├── MbimVoiceCallState ╰── MbimVoiceClass GFlags ├── MbimCellularClass ├── MbimCtrlCaps ├── MbimDataClass ├── MbimIPConfigurationAvailableFlag ├── MbimProviderState ├── MbimReadyInfoFlag ├── MbimRegistrationFlag ├── MbimSimClass ╰── MbimSmsCaps
const gchar *
mbim_device_type_get_string (MbimDeviceType val
);
Gets the nickname string for the MbimDeviceType specified at val
.
a string with the nickname, or NULL
if not found. Do not free the returned value.
[transfer none]
gchar *
mbim_cellular_class_build_string_from_mask
(MbimCellularClass mask
);
Builds a string containing a comma-separated list of nicknames for
each MbimCellularClass in mask
.
const gchar *
mbim_voice_class_get_string (MbimVoiceClass val
);
Gets the nickname string for the MbimVoiceClass specified at val
.
a string with the nickname, or NULL
if not found. Do not free the returned value.
[transfer none]
gchar *
mbim_sim_class_build_string_from_mask (MbimSimClass mask
);
Builds a string containing a comma-separated list of nicknames for
each MbimSimClass in mask
.
gchar *
mbim_data_class_build_string_from_mask
(MbimDataClass mask
);
Builds a string containing a comma-separated list of nicknames for
each MbimDataClass in mask
.
gchar *
mbim_sms_caps_build_string_from_mask (MbimSmsCaps mask
);
Builds a string containing a comma-separated list of nicknames for
each MbimSmsCaps in mask
.
gchar *
mbim_ctrl_caps_build_string_from_mask (MbimCtrlCaps mask
);
Builds a string containing a comma-separated list of nicknames for
each MbimCtrlCaps in mask
.
const gchar *
mbim_subscriber_ready_state_get_string
(MbimSubscriberReadyState val
);
Gets the nickname string for the MbimSubscriberReadyState specified at val
.
a string with the nickname, or NULL
if not found. Do not free the returned value.
[transfer none]
gchar *
mbim_ready_info_flag_build_string_from_mask
(MbimReadyInfoFlag mask
);
Builds a string containing a comma-separated list of nicknames for
each MbimReadyInfoFlag in mask
.
const gchar *
mbim_radio_switch_state_get_string (MbimRadioSwitchState val
);
Gets the nickname string for the MbimRadioSwitchState specified at val
.
a string with the nickname, or NULL
if not found. Do not free the returned value.
[transfer none]
const gchar *
mbim_pin_type_get_string (MbimPinType val
);
Gets the nickname string for the MbimPinType specified at val
.
a string with the nickname, or NULL
if not found. Do not free the returned value.
[transfer none]
const gchar *
mbim_pin_state_get_string (MbimPinState val
);
Gets the nickname string for the MbimPinState specified at val
.
a string with the nickname, or NULL
if not found. Do not free the returned value.
[transfer none]
const gchar *
mbim_pin_operation_get_string (MbimPinOperation val
);
Gets the nickname string for the MbimPinOperation specified at val
.
a string with the nickname, or NULL
if not found. Do not free the returned value.
[transfer none]
const gchar *
mbim_pin_mode_get_string (MbimPinMode val
);
Gets the nickname string for the MbimPinMode specified at val
.
a string with the nickname, or NULL
if not found. Do not free the returned value.
[transfer none]
const gchar *
mbim_pin_format_get_string (MbimPinFormat val
);
Gets the nickname string for the MbimPinFormat specified at val
.
a string with the nickname, or NULL
if not found. Do not free the returned value.
[transfer none]
gchar *
mbim_provider_state_build_string_from_mask
(MbimProviderState mask
);
Builds a string containing a comma-separated list of nicknames for
each MbimProviderState in mask
.
const gchar *
mbim_visible_providers_action_get_string
(MbimVisibleProvidersAction val
);
Gets the nickname string for the MbimVisibleProvidersAction specified at val
.
a string with the nickname, or NULL
if not found. Do not free the returned value.
[transfer none]
const gchar *
mbim_nw_error_get_string (MbimNwError val
);
Gets the nickname string for the MbimNwError specified at val
.
a string with the nickname, or NULL
if not found. Do not free the returned value.
[transfer none]
const gchar *
mbim_register_action_get_string (MbimRegisterAction val
);
Gets the nickname string for the MbimRegisterAction specified at val
.
a string with the nickname, or NULL
if not found. Do not free the returned value.
[transfer none]
const gchar *
mbim_register_state_get_string (MbimRegisterState val
);
Gets the nickname string for the MbimRegisterState specified at val
.
a string with the nickname, or NULL
if not found. Do not free the returned value.
[transfer none]
const gchar *
mbim_register_mode_get_string (MbimRegisterMode val
);
Gets the nickname string for the MbimRegisterMode specified at val
.
a string with the nickname, or NULL
if not found. Do not free the returned value.
[transfer none]
const gchar *
mbim_packet_service_action_get_string (MbimPacketServiceAction val
);
Gets the nickname string for the MbimPacketServiceAction specified at val
.
a string with the nickname, or NULL
if not found. Do not free the returned value.
[transfer none]
const gchar *
mbim_packet_service_state_get_string (MbimPacketServiceState val
);
Gets the nickname string for the MbimPacketServiceState specified at val
.
a string with the nickname, or NULL
if not found. Do not free the returned value.
[transfer none]
const gchar *
mbim_activation_command_get_string (MbimActivationCommand val
);
Gets the nickname string for the MbimActivationCommand specified at val
.
a string with the nickname, or NULL
if not found. Do not free the returned value.
[transfer none]
const gchar *
mbim_compression_get_string (MbimCompression val
);
Gets the nickname string for the MbimCompression specified at val
.
a string with the nickname, or NULL
if not found. Do not free the returned value.
[transfer none]
const gchar *
mbim_auth_protocol_get_string (MbimAuthProtocol val
);
Gets the nickname string for the MbimAuthProtocol specified at val
.
a string with the nickname, or NULL
if not found. Do not free the returned value.
[transfer none]
const gchar *
mbim_context_ip_type_get_string (MbimContextIpType val
);
Gets the nickname string for the MbimContextIpType specified at val
.
a string with the nickname, or NULL
if not found. Do not free the returned value.
[transfer none]
const gchar *
mbim_activation_state_get_string (MbimActivationState val
);
Gets the nickname string for the MbimActivationState specified at val
.
a string with the nickname, or NULL
if not found. Do not free the returned value.
[transfer none]
const gchar *
mbim_voice_call_state_get_string (MbimVoiceCallState val
);
Gets the nickname string for the MbimVoiceCallState specified at val
.
a string with the nickname, or NULL
if not found. Do not free the returned value.
[transfer none]
gchar *
mbim_ip_configuration_available_flag_build_string_from_mask
(MbimIPConfigurationAvailableFlag mask
);
Builds a string containing a comma-separated list of nicknames for
each MbimIPConfigurationAvailableFlag in mask
.
const gchar *
mbim_sms_storage_state_get_string (MbimSmsStorageState val
);
Gets the nickname string for the MbimSmsStorageState specified at val
.
a string with the nickname, or NULL
if not found. Do not free the returned value.
[transfer none]
const gchar *
mbim_sms_format_get_string (MbimSmsFormat val
);
Gets the nickname string for the MbimSmsFormat specified at val
.
a string with the nickname, or NULL
if not found. Do not free the returned value.
[transfer none]
const gchar *
mbim_sms_flag_get_string (MbimSmsFlag val
);
Gets the nickname string for the MbimSmsFlag specified at val
.
a string with the nickname, or NULL
if not found. Do not free the returned value.
[transfer none]
const gchar *
mbim_sms_cdma_lang_get_string (MbimSmsCdmaLang val
);
Gets the nickname string for the MbimSmsCdmaLang specified at val
.
a string with the nickname, or NULL
if not found. Do not free the returned value.
[transfer none]
const gchar *
mbim_sms_cdma_encoding_get_string (MbimSmsCdmaEncoding val
);
Gets the nickname string for the MbimSmsCdmaEncoding specified at val
.
a string with the nickname, or NULL
if not found. Do not free the returned value.
[transfer none]
const gchar *
mbim_sms_status_get_string (MbimSmsStatus val
);
Gets the nickname string for the MbimSmsStatus specified at val
.
a string with the nickname, or NULL
if not found. Do not free the returned value.
[transfer none]
const gchar *
mbim_sms_status_flag_get_string (MbimSmsStatusFlag val
);
Gets the nickname string for the MbimSmsStatusFlag specified at val
.
a string with the nickname, or NULL
if not found. Do not free the returned value.
[transfer none]
const gchar *
mbim_ussd_action_get_string (MbimUssdAction val
);
Gets the nickname string for the MbimUssdAction specified at val
.
a string with the nickname, or NULL
if not found. Do not free the returned value.
[transfer none]
const gchar *
mbim_ussd_response_get_string (MbimUssdResponse val
);
Gets the nickname string for the MbimUssdResponse specified at val
.
a string with the nickname, or NULL
if not found. Do not free the returned value.
[transfer none]
const gchar *
mbim_ussd_session_state_get_string (MbimUssdSessionState val
);
Gets the nickname string for the MbimUssdSessionState specified at val
.
a string with the nickname, or NULL
if not found. Do not free the returned value.
[transfer none]
const gchar *
mbim_phonebook_flag_get_string (MbimPhonebookFlag val
);
Gets the nickname string for the MbimPhonebookFlag specified at val
.
a string with the nickname, or NULL
if not found. Do not free the returned value.
[transfer none]
const gchar *
mbim_phonebook_state_get_string (MbimPhonebookState val
);
Gets the nickname string for the MbimPhonebookState specified at val
.
a string with the nickname, or NULL
if not found. Do not free the returned value.
[transfer none]
const gchar *
mbim_phonebook_write_flag_get_string (MbimPhonebookWriteFlag val
);
Gets the nickname string for the MbimPhonebookWriteFlag specified at val
.
a string with the nickname, or NULL
if not found. Do not free the returned value.
[transfer none]
const gchar *
mbim_stk_pac_profile_get_string (MbimStkPacProfile val
);
Gets the nickname string for the MbimStkPacProfile specified at val
.
a string with the nickname, or NULL
if not found. Do not free the returned value.
[transfer none]
const gchar *
mbim_stk_pac_type_get_string (MbimStkPacType val
);
Gets the nickname string for the MbimStkPacType specified at val
.
a string with the nickname, or NULL
if not found. Do not free the returned value.
[transfer none]
const gchar *
mbim_network_idle_hint_state_get_string
(MbimNetworkIdleHintState val
);
Gets the nickname string for the MbimNetworkIdleHintState specified at val
.
a string with the nickname, or NULL
if not found. Do not free the returned value.
[transfer none]
const gchar *
mbim_emergency_mode_state_get_string (MbimEmergencyModeState val
);
Gets the nickname string for the MbimEmergencyModeState specified at val
.
a string with the nickname, or NULL
if not found. Do not free the returned value.
[transfer none]
const gchar *
mbim_dss_link_state_get_string (MbimDssLinkState val
);
Gets the nickname string for the MbimDssLinkState specified at val
.
a string with the nickname, or NULL
if not found. Do not free the returned value.
[transfer none]
Data class.
Control capabilities.
Ready state of the subscriber.
PIN Types.
Unknown or unset. |
||
The PIN type is a custom type and is none of the other PIN types listed in this enumeration. |
||
The PIN1 key. |
||
The PIN2 key. |
||
The device to SIM key. |
||
The device to very first SIM key. |
||
The network personalization key. |
||
The network subset personalization key. |
||
The service provider (SP) personalization key. |
||
The corporate personalization key. |
||
The subsidy unlock key. |
||
The Personal Identification Number1 Unlock Key (PUK1). |
||
The Personal Identification Number2 Unlock Key (PUK2). |
||
The device to very first SIM PIN unlock key. |
||
The network personalization unlock key. |
||
The network subset personalization unlock key. |
||
The service provider (SP) personalization unlock key. |
||
The corporate personalization unlock key. |
State of the provider.
Network errors.
Registration state.
Context IP Type.
Mask of available information about an IP address.
Flags to use when requesting to read SMS. MBIM_SMS_FLAG_ALL
and
MBIM_SMS_FLAG_NEW
are mandatory, all the others are optional.
Type of encoding of a CDMA SMS.
USSD response.
Proactive command profile.