Method

QrtrBusget_node

since: 1.0

Declaration [src]

QrtrNode*
qrtr_bus_get_node (
  QrtrBus* self,
  guint32 node_id
)

Description [src]

Get the QrtrNode with node ID node_id.

This method will fail if there is no node with the given node_id in the QRTR bus.

Available since: 1.0

Parameters

node_id

Type: guint32

The QRTR bus node ID to get.

Return value

Type: QrtrNode

A QrtrNode that must be freed with g_object_unref(), or NULL if none available.

The caller of the method takes ownership of the returned data, and is responsible for freeing it.