/
NetIF_Start
NetIF_Start
Start a network interface.
Files
net_if.h/net_if.c
Prototype
void NetIF_Start(NET_IF_NBR if_nbr, NET_ERR *p_err);
Arguments
if_nbr
Network interface number to start.
p_err
Pointer to variable that will receive the return error code from this function:
NET_IF_ERR_NONE
NET_IF_ERR_NULL_FNCT
NET_IF_ERR_INVALID_IF
NET_IF_ERR_INVALID_CFG
NET_IF_ERR_INVALID_STATE
NET_ERR_FAULT_LOCK_ACQUIRE
Returned Value
None.
Required Configuration
None.
Notes / Warnings
Additional error codes may be returned by the specific interface or device driver.
Related content
NetIF_Stop
NetIF_Stop
More like this
NetIF_IsEnCfgd
NetIF_IsEnCfgd
More like this
NetIF_IsEn
NetIF_IsEn
More like this
NetIF_IsValidCfgd
NetIF_IsValidCfgd
More like this
NetIF_IsValid
NetIF_IsValid
More like this
Starting and Stopping Network Interfaces
Starting and Stopping Network Interfaces
More like this