nrfxlib API 0.1.0
|
#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.
_group | Name of the group. |