| Top |  |  |  |  | 
| const gchar * | qmi_gas_firmware_listing_mode_get_string () | 
| const gchar * | qmi_gas_usb_composition_endpoint_type_get_string () | 
| const gchar * | qmi_gas_firmware_auto_sim_mode_get_string () | 
GEnum ├── QmiGasFirmwareAutoSimMode ├── QmiGasFirmwareListingMode ╰── QmiGasUsbCompositionEndpointType
const gchar *
qmi_gas_firmware_listing_mode_get_string
                               (QmiGasFirmwareListingMode val);
Gets the nickname string for the QmiGasFirmwareListingMode specified at val
.
a string with the nickname, or NULL if not found. Do not free the returned value. 
[transfer none]
Since: 1.24
const gchar *
qmi_gas_usb_composition_endpoint_type_get_string
                               (QmiGasUsbCompositionEndpointType val);
Gets the nickname string for the QmiGasUsbCompositionEndpointType 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 *
qmi_gas_firmware_auto_sim_mode_get_string
                               (QmiGasFirmwareAutoSimMode val);
Gets the nickname string for the QmiGasFirmwareAutoSimMode specified at val
.
a string with the nickname, or NULL if not found. Do not free the returned value. 
[transfer none]
Since: 1.36
Automatic carrier switch according to the SIM mode.
| Disable the automatic carrier switch according to the SIM. | ||
| Enable the automatic carrier switch according to the SIM. | ||
| Enable the automatic carrier switch according to the SIM just for one time. | ||
| Indicate the pending status of a single switch (used only in DMS Get Firmware Auto Sim). | 
Since: 1.36