![]() |
nrfxlib API 3.3.99
|
| #define NRF_RPC_AUTO_ARR_FOR | ( | _it, | |
| _var, | |||
| _array_ptr, | |||
| _type ) |
#include <nrf_rpc/include/nrf_rpc_common.h>
Iterate over array items.
This macro must be placed in for brackets.
| _it | Pointer variable of type void * for iterator. |
| _var | Pointer variable that holds each item of the array. |
| _array_ptr | Pointer to array. |
| _type | Type of items in array. |