Cellular
listening()
// SYNTAX
Cellular.listening();
Returns true if the device is in listening mode (blinking dark blue).
This is only relevant when using SYSTEM_THREAD(ENABLED)
. When not using threading, listening mode stops
user firmware from running, so you would not have an opportunity to test the value and calling this always
returns false.