nrfxlib API 0.1.0
Loading...
Searching...
No Matches

◆ nbuf_data_pull

void *(* nrf_wifi_osal_ops::nbuf_data_pull) (void *nbuf, unsigned int size)

Decrease the data area of a network buffer at the start of the area.

Parameters
nbufA pointer to the network buffer.
sizeThe size to decrease the data area by.
Returns
A pointer to the beginning of the data area.