Cellular
ready()
This function will return true
once the device is connected to the cellular network and has been assigned an IP address, which means it has an activated PDP context and is ready to open TCP/UDP sockets. Otherwise it will return false
.
// SYNTAX
Cellular.ready();