English
Language : 

ZAURA Datasheet, PDF (50/99 Pages) –
ZAURA RF Wireless Library
Programmer’s Reference Manual
38
ZAURA_RF_FreeBuf
Description The ZAURA_RF_FreeBuf API is called to return control of a packet
buffer to the ZAURA RF Wireless Library after the application has fin-
ished processing the packet. An application acquires control of a
packet buffer structure when the ZAURA_RF_Receive API returns a
nonzero value. If an application fails to call ZAURA_RF_FreeBuf
after processing a received packet, the ZAURA RF Library will even-
tually run out of packet buffers, thereby preventing subsequent data
transfers.
Syntax
void ZAURA_RF_FreeBuf(ZAURA_RF_PKT_BUF * pPkt)
Parameters
pPkt
A pointer to the packet buffer to be released back into the packet buffer pool.
Returns
See Also
Example
None.
ZAURA_RF_Receive, ZAURA_RF_PKT_BUF Structure
See ZAURA_RF_Receive example.
ZAURA RF Wireless API Reference
RM006003-1011