Service Mode

Service mode parameter for net_init()

#define DHCP_ENABLE
 
#define DNS_ENABLE
 

Detailed Description

Software Initialization

Macro Definition Documentation

#define DHCP_ENABLE

net_init() Parameter:
Enable Dynamic Host Control Protocol (DHCP). This option only works, if a DHCP server is available in the network. This option makes net_init() a blocking call until the IP address is assigned.

#define DNS_ENABLE

net_init() Parameter:
Enable Domain Name System Protocol (DNS). To work properly also the DNS server IP address must be specified.