![]() |
nrfxlib API 3.3.99
|
| #define NRF_RPC_AUTO_ARR | ( | _name, | |
| _array_key ) |
#include <nrf_rpc/include/nrf_rpc_common.h>
Creates new automatically registered array.
| _name | Name of the array. Can be used later for NRF_RPC_AUTO_ARR_FOR. |
| _array_key | String array unique key that will be used to add items with NRF_RPC_AUTO_ARR_ITEM. |