nrfxlib API 2.8.99
Loading...
Searching...
No Matches

◆ NRF_RPC_GROUP_STATUS

#define NRF_RPC_GROUP_STATUS ( _group)

#include <nrf_rpc/include/nrf_rpc.h>

Value:
(_group.data->transport_initialized && (_group.data->dst_group_id != NRF_RPC_ID_UNKNOWN))
#define NRF_RPC_ID_UNKNOWN
Special value to indicate that ID is unknown or irrelevant.
Definition nrf_rpc.h:33

Check group status.

Macro checks whether the group and the transport assigned to it have been initialized.

Parameters
_groupName of the group.