Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

Validate network interface as enabled.

Files

net_if.h/net_if.c

Prototype

Arguments

if_nbr

Network interface number to validate.

perr

Pointer to variable that will receive the return error code from this function:

NET_IF_ERR_NONE
NET_IF_ERR_INVALID_IF
NET_OS_ERR_LOCK

Returned Value

DEF_YES

network interface valid and enabled;

DEF_NO

network interface invalid or disabled.

Required Configuration

None.

Notes / Warnings

None.

  • No labels