Versions Compared

Key

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

...

Anchor10913481091348 NetIF_CfgPhyLinkPeriod() Anchor12646391264639Configure network interface Physical Link State Handler timeout. Anchor10913501091350

Files

Anchor10913511091351net_if.h/net_if.c Anchor10913521091352

Prototype

HTML Table
summary
classCode_Listing
Table Row (tr)
Table Cell (td)
Anchor
11231271123127
Code Block

          CPU_BOOLEAN NetIF_CfgPhyLinkPeriod(CPU_INT16U timeout_ms);

...

Arguments

...

1091355timeout_ms Anchor12535421253542

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

...

...

Returned Value

...

DEF_OK, Anchor12535491253549

Network interface Physical Link State Handler timeout configured;

...

10913591091359DEF_FAIL,anchor12535561253556

otherwise.

...

Required Configuration

Anchor10913611091361None. Anchor10913621091362

Notes / Warnings

...

None.