Ethernet
connecting() - Ethernet
This function will return true once the device is attempting to connect, and will return false once the device has successfully connected to the Ethernet network.
// PROTOTYPE
bool connecting(void);
// SYNTAX
Ethernet.connecting();