nrfxlib API 0.1.0
|
void * nrf_wifi_osal_nbuf_data_pull | ( | void * | nbuf, |
unsigned int | size | ||
) |
Reduce the head portion of the data in a network buffer.
nbuf | Pointer to a network buffer. |
size | Size in bytes, of the reduction. |
Decreases the data area of a network buffer(@nbuf) by @size bytes at the start of the area and returns the pointer to the beginning of the data area.