Embedded TCP/IP stack
4.7.0
|
fnet_bool_t fnet_netif_is_initialized | ( | fnet_netif_desc_t | netif_desc | ) |
Determines if the network interface is initialized.
netif_desc | Network interface descriptor. |
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, using ref fnet_netif_init().