Versions Compared

Key

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

...

This function also takes as arguments the three Network Task configurations defined in the net_cfg.c (see section Network Stack Configuration) file as shown in the function prototype below.   

Code Block
languagecpp
themeConfluence
firstline1
linenumberstrue
NET_ERR Net_Init(NET_TASK_CFG  *p_rx_task_cfg,
                 NET_TASK_CFG  *p_tx_task_cfg,
                 NET_TASK_CFG  *p_tmr_task_cfg);


For more details on the Net_Init() function refer to API functions section here.

...