nrfxlib API 0.1.0
|
#define NRF_RPC_AUTO_ARR_GET | ( | _array_ptr, | |
_index, | |||
_type | |||
) | (((_type *)((const uint8_t *const *)(_array_ptr) + 1))[_index]) |
#include <nrf_rpc/include/nrf_rpc_common.h>
Get item from the array.
_array_ptr | Pointer to array. |
_index | Index of the item. |
_type | Type of items in array. |