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

Version 1 Next »

Unable to render {include} The included page could not be found.
Unable to render {include} The included page could not be found.

NetIF_CfgPhyLinkPeriod()

Configure network interface Physical Link State Handler timeout.

Files

net_if.h/net_if.c

Prototype

CPU_BOOLEAN NetIF_CfgPhyLinkPeriod(CPU_INT16U timeout_ms);

Arguments

timeout_ms

Desired value for network interface Link State Handler timeout (in milliseconds).

Returned Value

DEF_OK,

Network interface Physical Link State Handler timeout configured;

DEF_FAIL,

otherwise.

Required Configuration

None.

Notes / Warnings

None.

  • No labels