Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: TYBLE16_simple_data_logger TYBLE16_MP3_Air
Client data handling
[Network interface (NETIF)]
Store data (void*) on a netif for application usage. More...
Functions | |
u8_t | netif_alloc_client_data_id (void) |
Allocate an index to store data in client_data member of struct netif. |
Detailed Description
Store data (void*) on a netif for application usage.
- See also:
- LWIP_NUM_NETIF_CLIENT_DATA
Function Documentation
u8_t netif_alloc_client_data_id | ( | void | ) |
Allocate an index to store data in client_data member of struct netif.
Returned value is an index in mentioned array.
- See also:
- LWIP_NUM_NETIF_CLIENT_DATA
Definition at line 1308 of file lwip_netif.c.
Generated on Tue Jul 12 2022 13:55:22 by
