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.