Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Configure network interface Physical Link State Handler timeout.

Files

net_if.h/net_if.c

Prototype

Code Block

          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.