Versions Compared

Key

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

Initializes µC/TCP-IP and must be called prior to calling any other µC/TCP-IP API functions.

Files

net.h/net.c

Prototype

Arguments

p_rx_task_cfg  

Pointer to the Rx Task Configuration Object.

...

Pointer to the Timer Task Configuration Object.

Returned Value

NET_ERR_NONE,

if successful;

...

Return value should be inspected to determine whether or not µC/TCP-IP successfully initialized. If µC/TCP-IP did not successfully initialize, search for the returned error code in net_err.h and source files to locate where the µC/TCP-IP initialization failed.

Required Configuration

None.

Notes / Warnings

Prerequisite modules must be initialized  prior to calling Net_Init(). See Prerequisite module initialization.