Rtos API example

Embed: (wiki syntax)

« Back to documentation index

Client data handling

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.