| Top |  |  |  |  | 
| gboolean | mbim_cid_can_set () | 
| gboolean | mbim_cid_can_query () | 
| gboolean | mbim_cid_can_notify () | 
| const gchar * | mbim_cid_get_printable () | 
| const gchar * | mbim_cid_atds_get_string () | 
| const gchar * | mbim_cid_basic_connect_get_string () | 
| const gchar * | mbim_cid_sms_get_string () | 
| const gchar * | mbim_cid_ussd_get_string () | 
| const gchar * | mbim_cid_phonebook_get_string () | 
| const gchar * | mbim_cid_stk_get_string () | 
| const gchar * | mbim_cid_auth_get_string () | 
| const gchar * | mbim_cid_dss_get_string () | 
| const gchar * | mbim_cid_ms_firmware_id_get_string () | 
| const gchar * | mbim_cid_ms_host_shutdown_get_string () | 
| const gchar * | mbim_cid_proxy_control_get_string () | 
| const gchar * | mbim_cid_qmi_get_string () | 
| const gchar * | mbim_cid_intel_firmware_update_get_string () | 
| const gchar * | mbim_cid_ms_basic_connect_extensions_get_string () | 
| 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 | MbimCidIntelFirmwareUpdate | 
| enum | MbimCidMsBasicConnectExtensions | 
GEnum ├── MbimCidAtds ├── MbimCidAuth ├── MbimCidBasicConnect ├── MbimCidDss ├── MbimCidIntelFirmwareUpdate ├── MbimCidMsBasicConnectExtensions ├── MbimCidMsFirmwareId ├── MbimCidMsHostShutdown ├── MbimCidPhonebook ├── MbimCidProxyControl ├── MbimCidQmi ├── MbimCidSms ├── MbimCidStk ╰── MbimCidUssd
gboolean mbim_cid_can_set (MbimService service,guint cid);
Checks whether the given command allows setting.
gboolean mbim_cid_can_query (MbimService service,guint cid);
Checks whether the given command allows querying.
gboolean mbim_cid_can_notify (MbimService service,guint cid);
Checks whether the given command allows notifying.
const gchar * mbim_cid_get_printable (MbimService service,guint cid);
Gets a printable string for the command specified by the service
 and the
cid
.
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]
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]
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]
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]
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]
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]
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]
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]
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]
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]
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]
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]
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]
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]
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. | ||
| Packet statistics. | ||
| Network idle hint. | ||
| Emergency mode. | ||
| IP packet filters. | ||
| Multicarrier providers. | 
MBIM commands in the MBIM_SERVICE_MS_BASIC_CONNECT_EXTENSIONS service.