ROME2 Robot Firmware
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 996 of file lwip_netif.c.
Generated on Tue Jul 26 2022 07:27:50 by
1.7.2