Top |
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
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