Qrtr.get_node_for_uri()
Qrtr.get_uri_for_node()
get_node_for_uri (uri, node_id)
get_node_for_uri
get_uri_for_node (node_id)
get_uri_for_node
uri (str) – a URI.
str
node_id (int) – return location for the node id.
int
True if node_id is set, False otherwise.
True
False
bool
Get the QRTR node id from the specified URI.
New in version 1.0.
node_id (int) – node id.
a string with the URI, or None if none given. The returned value should be freed with GLib.free().
None
GLib.free
Build a URI for the given QRTR node.