Cellular
getListenTimeout()
Since 0.6.1:
// SYNTAX
uint16_t seconds = Cellular.getListenTimeout();
Cellular.getListenTimeout()
is used to get the timeout value currently set for Listening Mode. Values are returned in (uint16_t)seconds
, and 0 indicates the timeout is disabled. By default, Cellular devices have a 5 minute timeout set (seconds=300).