![]() |
nrfxlib API 3.3.99
|
| void nrf_802154_bsmap_iterator_rec_value_get | ( | const nrf_802154_bsmap_iterator_t * | p_iter, |
| void * | p_value ) |
Get the value part of record at given iterator.
| [in] | p_iter | Pointer to an iterator at which to read the record. |
| [out] | p_value | Pointer to the buffer where the value of record is to be read into. If value_size passed to the nrf_802154_bsmap_init function is 0, this parameter is ignored and can be NULL. However, there is no point in calling this function if the map does not store values. |