| Top |  |  |  |  | 
| const gchar * | qmi_dsd_apn_type_get_string () | 
| gchar * | qmi_dsd_apn_type_preference_build_string_from_mask () | 
| const gchar * | qmi_dsd_data_system_network_type_get_string () | 
| const gchar * | qmi_dsd_radio_access_technology_get_string () | 
| gchar * | qmi_dsd_so_mask_build_string_from_mask () | 
| enum | QmiDsdApnType | 
| enum | QmiDsdApnTypePreference | 
| enum | QmiDsdDataSystemNetworkType | 
| enum | QmiDsdRadioAccessTechnology | 
| enum | QmiDsdSoMask | 
GEnum ├── QmiDsdApnType ├── QmiDsdDataSystemNetworkType ╰── QmiDsdRadioAccessTechnology
const gchar *
qmi_dsd_apn_type_get_string (QmiDsdApnType val);
Gets the nickname string for the QmiDsdApnType specified at val
.
a string with the nickname, or NULL if not found. Do not free the returned value. 
[transfer none]
Since: 1.26
gchar *
qmi_dsd_apn_type_preference_build_string_from_mask
                               (QmiDsdApnTypePreference mask);
Builds a string containing a comma-separated list of nicknames for
each QmiDsdApnTypePreference 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.26
const gchar *
qmi_dsd_data_system_network_type_get_string
                               (QmiDsdDataSystemNetworkType val);
Gets the nickname string for the QmiDsdDataSystemNetworkType 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_dsd_radio_access_technology_get_string
                               (QmiDsdRadioAccessTechnology val);
Gets the nickname string for the QmiDsdRadioAccessTechnology specified at val
.
a string with the nickname, or NULL if not found. Do not free the returned value. 
[transfer none]
Since: 1.32
gchar *
qmi_dsd_so_mask_build_string_from_mask
                               (QmiDsdSoMask mask);
Builds a string containing a comma-separated list of nicknames for
each QmiDsdSoMask 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.32
APN type.
| Default/Internet traffic. | ||
| IMS. | ||
| Multimedia Messaging Service. | ||
| Dial Up Network. | ||
| Secure User Plane Location. | ||
| High Priority Mobile Data. | ||
| over the air administration. | ||
| Carrier Branded Services. | ||
| Initial Attach. | ||
| Emergency. | 
Since: 1.26
APN type preference as a bitmask.
| Default/Internet traffic. | ||
| IMS. | ||
| Multimedia Messaging Service. | ||
| Dial Up Network. | ||
| Secure User Plane Location. | ||
| High Priority Mobile Data. | ||
| over the air administration. | ||
| Carrier Branded Services. | ||
| Initial Attach. | ||
| Emergency. | 
Since: 1.26
Radio access technology.
| Unknown. | ||
| WCDMA. | ||
| GERAN. | ||
| LTE. | ||
| TD-SDCMA. | ||
| 3GPP WLAN. | ||
| 5G. | ||
| CDMA 1x. | ||
| CDMA EVDO, HRPD. | ||
| CDMA EVDO with eHRPD. | ||
| 3GPP2 WLAN. | 
Since: 1.32
Service Option (SO) mask.
| WCDMA. | ||
| HSDPA. | ||
| HSUPA. | ||
| HSDPAPLUS. | ||
| DC HSDPAPLUS. | ||
| 64 QAM. | ||
| HSPA. | ||
| GPRS. | ||
| EDGE. | ||
| GSM. | ||
| S2B. | ||
| LTE Limited Service. | ||
| LTE FDD. | ||
| LTE TDD. | ||
| TDSCDMA. | ||
| DC_HSUPA. | ||
| LTE CA DL. | ||
| LTE CA UL. | ||
| S2B Limited Service. | ||
| 4.5G. | ||
| 4.5G+. | ||
| 1X IS95. | ||
| 1X IS2000. | ||
| 1X IS2000 REL A. | ||
| HDR REV0 DPA. | ||
| HDR REVB DPA. | ||
| HDR REVB DPA. | ||
| HDR REVA MPA. | ||
| HDR REVB MPA. | ||
| HDR REVA EMPA. | ||
| HDR REVB EMPA. | ||
| HDR REVB MMPA. | ||
| HDR EVDO FMC. | ||
| 1X Circuit Switched. | ||
| 5G TDD. | ||
| 5G SUB6. | ||
| 5G MMWAVE. | ||
| 5G NSA. | ||
| 5G SA. | 
Since: 1.32