nrfxlib API 2.7.99
Loading...
Searching...
No Matches

◆ NRF_RPC_GROUP_STATUS

#define NRF_RPC_GROUP_STATUS (   _group)     (_group.data->transport_initialized && (_group.data->dst_group_id != NRF_RPC_ID_UNKNOWN))

#include <nrf_rpc/include/nrf_rpc.h>

Check group status.

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

Parameters
_groupName of the group.