Network
getListenTimeout() [Network]
Since 0.6.1:
// SYNTAX
uint16_t seconds = Network.getListenTimeout();
Network.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. This function is rarely needed.