Function
Qminas_read_string_from_network_description_encoded_array
since: 1.24.6
Declaration [src]
gchar*
qmi_nas_read_string_from_network_description_encoded_array (
QmiNasNetworkDescriptionEncoding encoding,
const GArray* array
)
Description [src]
Converts the encoded data in array
to UTF-8 and returns a newly allocated
NUL-terminated string.
Available since: 1.24.6
Parameters
encoding
-
Type:
QmiNasNetworkDescriptionEncoding
A
QmiNasNetworkDescriptionEncoding
. array
-
Type: An array of
guint8
A
GArray
with the encoded data.The data is owned by the caller of the function.