Kenji Arai / mbed-os_TYBLE16

Dependents:   TYBLE16_simple_data_logger TYBLE16_MP3_Air

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 1308 of file lwip_netif.c.