Embedded TCP/IP stack: fnet_netif_is_initialized

FNET

fnet_bool_t fnet_netif_is_initialized ( fnet_netif_desc_t  netif_desc)

Determines if the network interface is initialized.

Parameters
netif_descNetwork interface descriptor.
Returns
This function returns:
  • FNET_FALSE if the network link is released or not initialized.
  • FNET_TRUE if the network link is initialized.

This function determines if the netif interface is initialized and added to the FNET stack using ref fnet_netif_init().


© 2005-2018 by Andrey Butok. http://fnet.sourceforge.net