Top |
gchar *
qrtr_get_uri_for_node (guint32 node_id
);
Build a URI for the given QRTR node.
a string with the URI, or NULL
if none given. The returned value
should be freed with g_free()
.
Since: 1.0
gboolean qrtr_get_node_for_uri (const gchar *uri
,guint32 *node_id
);
Get the QRTR node id from the specified URI.
Since: 1.0