Synopsis
CTL_STATUS_t ctl_net_init(unsigned taskPriority,
                          const CTL_IP_CONFIG_t *ipInit);

ctl_net_init initializes the network library core, which consists of the IP and ARP layers. The network task is created using a task priority priority. The initial IP configuration is pointed to by and this may be null if DHCP is used to configure the host settings.

See Also

CTL_IP_CONFIG_t