Cellular
isOff()
Since 2.1.0:
This function will return true if the cellular modem is powered off. Otherwise it will return false.
// PROTOTYPE
virtual bool isOff();
// SYNTAX
Cellular.isOff();
// EXAMPLE
Cellular.off();
waitFor(Cellular.isOff, 60000);