| Top |  |  |  |  | 
| enum | MbimCidAtds | 
| enum | MbimCidBasicConnect | 
| enum | MbimCidSms | 
| enum | MbimCidUssd | 
| enum | MbimCidPhonebook | 
| enum | MbimCidStk | 
| enum | MbimCidAuth | 
| enum | MbimCidDss | 
| enum | MbimCidMsFirmwareId | 
| enum | MbimCidMsHostShutdown | 
| enum | MbimCidProxyControl | 
| enum | MbimCidQmi | 
| enum | MbimCidQdu | 
| enum | MbimCidIntelFirmwareUpdate | 
| enum | MbimCidMsBasicConnectExtensions | 
| enum | MbimCidMsSar | 
| enum | MbimCidMsUiccLowLevelAccess | 
| enum | MbimCidQuectel | 
| enum | MbimCidIntelThermalRf | 
| enum | MbimCidMsVoiceExtensions | 
| enum | MbimCidIntelMutualAuthentication | 
| enum | MbimCidIntelTools | 
| enum | MbimCidGoogle | 
| enum | MbimCidFibocom | 
| enum | MbimCidCompal | 
GEnum ├── MbimCidAtds ├── MbimCidAuth ├── MbimCidBasicConnect ├── MbimCidCompal ├── MbimCidDss ├── MbimCidFibocom ├── MbimCidGoogle ├── MbimCidIntelFirmwareUpdate ├── MbimCidIntelMutualAuthentication ├── MbimCidIntelThermalRf ├── MbimCidIntelTools ├── MbimCidMsBasicConnectExtensions ├── MbimCidMsFirmwareId ├── MbimCidMsHostShutdown ├── MbimCidMsSar ├── MbimCidMsUiccLowLevelAccess ├── MbimCidMsVoiceExtensions ├── MbimCidPhonebook ├── MbimCidProxyControl ├── MbimCidQdu ├── MbimCidQmi ├── MbimCidQuectel ├── MbimCidSms ├── MbimCidStk ╰── MbimCidUssd
gboolean mbim_cid_can_set (MbimService service,guint cid);
Checks whether the given command allows setting.
Since: 1.0
gboolean mbim_cid_can_query (MbimService service,guint cid);
Checks whether the given command allows querying.
Since: 1.0
gboolean mbim_cid_can_notify (MbimService service,guint cid);
Checks whether the given command allows notifying.
Since: 1.0
const gchar * mbim_cid_get_printable (MbimService service,guint cid);
Gets a printable string for the command specified by the service
 and the
cid
.
Since: 1.0
const gchar *
mbim_cid_atds_get_string (MbimCidAtds val);
Gets the nickname string for the MbimCidAtds specified at val
.
a string with the nickname, or NULL if not found. Do not free the returned value. 
[transfer none]
Since: 1.16
const gchar *
mbim_cid_basic_connect_get_string (MbimCidBasicConnect val);
Gets the nickname string for the MbimCidBasicConnect specified at val
.
a string with the nickname, or NULL if not found. Do not free the returned value. 
[transfer none]
Since: 1.0
const gchar *
mbim_cid_sms_get_string (MbimCidSms val);
Gets the nickname string for the MbimCidSms specified at val
.
a string with the nickname, or NULL if not found. Do not free the returned value. 
[transfer none]
Since: 1.0
const gchar *
mbim_cid_ussd_get_string (MbimCidUssd val);
Gets the nickname string for the MbimCidUssd specified at val
.
a string with the nickname, or NULL if not found. Do not free the returned value. 
[transfer none]
Since: 1.0
const gchar *
mbim_cid_phonebook_get_string (MbimCidPhonebook val);
Gets the nickname string for the MbimCidPhonebook specified at val
.
a string with the nickname, or NULL if not found. Do not free the returned value. 
[transfer none]
Since: 1.0
const gchar *
mbim_cid_stk_get_string (MbimCidStk val);
Gets the nickname string for the MbimCidStk specified at val
.
a string with the nickname, or NULL if not found. Do not free the returned value. 
[transfer none]
Since: 1.0
const gchar *
mbim_cid_auth_get_string (MbimCidAuth val);
Gets the nickname string for the MbimCidAuth specified at val
.
a string with the nickname, or NULL if not found. Do not free the returned value. 
[transfer none]
Since: 1.0
const gchar *
mbim_cid_dss_get_string (MbimCidDss val);
Gets the nickname string for the MbimCidDss specified at val
.
a string with the nickname, or NULL if not found. Do not free the returned value. 
[transfer none]
Since: 1.0
const gchar *
mbim_cid_ms_firmware_id_get_string (MbimCidMsFirmwareId val);
Gets the nickname string for the MbimCidMsFirmwareId specified at val
.
a string with the nickname, or NULL if not found. Do not free the returned value. 
[transfer none]
Since: 1.0
const gchar *
mbim_cid_ms_host_shutdown_get_string (MbimCidMsHostShutdown val);
Gets the nickname string for the MbimCidMsHostShutdown specified at val
.
a string with the nickname, or NULL if not found. Do not free the returned value. 
[transfer none]
Since: 1.8
const gchar *
mbim_cid_proxy_control_get_string (MbimCidProxyControl val);
Gets the nickname string for the MbimCidProxyControl specified at val
.
a string with the nickname, or NULL if not found. Do not free the returned value. 
[transfer none]
Since: 1.10
const gchar *
mbim_cid_qmi_get_string (MbimCidQmi val);
Gets the nickname string for the MbimCidQmi 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 *
mbim_cid_qdu_get_string (MbimCidQdu val);
Gets the nickname string for the MbimCidQdu 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 *
mbim_cid_intel_firmware_update_get_string
                               (MbimCidIntelFirmwareUpdate val);
Gets the nickname string for the MbimCidIntelFirmwareUpdate specified at val
.
a string with the nickname, or NULL if not found. Do not free the returned value. 
[transfer none]
Since: 1.16
const gchar *
mbim_cid_ms_basic_connect_extensions_get_string
                               (MbimCidMsBasicConnectExtensions val);
Gets the nickname string for the MbimCidMsBasicConnectExtensions specified at val
.
a string with the nickname, or NULL if not found. Do not free the returned value. 
[transfer none]
Since: 1.18
const gchar *
mbim_cid_ms_sar_get_string (MbimCidMsSar val);
Gets the nickname string for the MbimCidMsSar 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 *
mbim_cid_ms_uicc_low_level_access_get_string
                               (MbimCidMsUiccLowLevelAccess val);
Gets the nickname string for the MbimCidMsUiccLowLevelAccess 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 *
mbim_cid_quectel_get_string (MbimCidQuectel val);
Gets the nickname string for the MbimCidQuectel specified at val
.
a string with the nickname, or NULL if not found. Do not free the returned value. 
[transfer none]
Since: 1.26.2
const gchar *
mbim_cid_intel_thermal_rf_get_string (MbimCidIntelThermalRf val);
Gets the nickname string for the MbimCidIntelThermalRf specified at val
.
a string with the nickname, or NULL if not found. Do not free the returned value. 
[transfer none]
Since: 1.28
const gchar *
mbim_cid_ms_voice_extensions_get_string
                               (MbimCidMsVoiceExtensions val);
Gets the nickname string for the MbimCidMsVoiceExtensions specified at val
.
a string with the nickname, or NULL if not found. Do not free the returned value. 
[transfer none]
Since: 1.28
const gchar *
mbim_cid_intel_mutual_authentication_get_string
                               (MbimCidIntelMutualAuthentication val);
Gets the nickname string for the MbimCidIntelMutualAuthentication 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 *
mbim_cid_intel_tools_get_string (MbimCidIntelTools val);
Gets the nickname string for the MbimCidIntelTools 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 *
mbim_cid_google_get_string (MbimCidGoogle val);
Gets the nickname string for the MbimCidGoogle 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 *
mbim_cid_fibocom_get_string (MbimCidFibocom val);
Gets the nickname string for the MbimCidFibocom specified at val
.
a string with the nickname, or NULL if not found. Do not free the returned value. 
[transfer none]
Since: 1.32
const gchar *
mbim_cid_compal_get_string (MbimCidCompal val);
Gets the nickname string for the MbimCidCompal specified at val
.
a string with the nickname, or NULL if not found. Do not free the returned value. 
[transfer none]
Since: 1.32
MBIM commands in the MBIM_SERVICE_BASIC_CONNECT service.
| Unknown command. | ||
| Device capabilities. | ||
| Subscriber ready status. | ||
| Radio state. | ||
| PIN. | ||
| PIN list. | ||
| Home provider. | ||
| Preferred providers. | ||
| Visible providers. | ||
| Register state. | ||
| Packet service. | ||
| Signal state. | ||
| Connect. | ||
| Provisioned contexts. | ||
| Service activation. | ||
| IP configuration. | ||
| Device services. | ||
| Device service subscribe list. Since 1.8. | ||
| Packet statistics. | ||
| Network idle hint. | ||
| Emergency mode. | ||
| IP packet filters. | ||
| Multicarrier providers. | 
Since: 1.0
MBIM commands in the MBIM_SERVICE_MS_FIRMWARE_ID service.
Since: 1.8
MBIM commands in the MBIM_SERVICE_MS_HOST_SHUTDOWN service.
Since: 1.8
MBIM commands in the MBIM_SERVICE_PROXY_CONTROL service.
Since: 1.10
MBIM commands in the MBIM_SERVICE_QDU service.
| Unknown command. | ||
| Update session command. | ||
| Open QDU file for firmware update. | ||
| Write QDU file for firmware update. | ||
| Reboot to Emergency Download (Quectel specific). Since 1.28. | ||
| Read firmware version (Quectel specific). Since 1.28. | ||
| Send AT or system command by mbim port. Since 1.32. | 
Since: 1.26
MBIM commands in the MBIM_SERVICE_INTEL_FIRMWARE_UPDATE service.
Since: 1.16
MBIM commands in the MBIM_SERVICE_MS_BASIC_CONNECT_EXTENSIONS service.
Since: 1.18
MBIM commands in the MBIM_SERVICE_MS_UICC_LOW_LEVEL_ACCESS service.
| Unknown command. | ||
| ATR. | ||
| Open Channel. | ||
| Close Channel. | ||
| Apdu. | ||
| Terminal capabilities. | ||
| Reset. | ||
| Retrieve application list. Since 1.28. | ||
| Retrieve information about a specific UICC file. Since 1.28. | ||
| Read a UICC binary file. Since 1.28. | ||
| Read a UICC linear fixed or cyclic file. Since 1.28. | 
Since: 1.26
MBIM commands in the MBIM_SERVICE_INTEL_THERMAL_RF service.
Since: 1.28
MBIM commands in the MBIM_SERVICE_MS_VOICE_EXTENSIONS service.
Since: 1.28
MBIM commands in the MBIM_SERVICE_INTEL_MUTUAL_AUTHENTICATION service.
Since: 1.30