| Top |  |  |  |  | 
| const gchar * | qmi_wda_link_layer_protocol_get_string () | 
| const gchar * | qmi_wda_data_aggregation_protocol_get_string () | 
const gchar *
qmi_wda_link_layer_protocol_get_string
                               (QmiWdaLinkLayerProtocol val);
Gets the nickname string for the QmiWdaLinkLayerProtocol 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 *
qmi_wda_data_aggregation_protocol_get_string
                               (QmiWdaDataAggregationProtocol val);
Gets the nickname string for the QmiWdaDataAggregationProtocol specified at val
.
a string with the nickname, or NULL if not found. Do not free the returned value. 
[transfer none]
Since: 1.10