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

◆ nrf_wifi_osal_nbuf_data_get()

void * nrf_wifi_osal_nbuf_data_get ( void *  nbuf)

Get a handle to the data in a network buffer.

Parameters
nbufPointer to a network buffer.

Gets the pointer to the data area of a network buffer(@nbuf).

Returns
Pointer to the data in the network buffer if successful, otherwise NULL.