Ethernet
connect() - Ethernet
Attempts to connect to the Ethernet network. When this function returns, the device may not have an IP address on the LAN; use Ethernet.ready() to determine the connection status.
// PROTOTYPE
void connect(unsigned flags = 0);
// SYNTAX
Ethernet.connect();