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