Ethernet
getListenTimeout()
// SYNTAX
uint16_t seconds = Ethernet.getListenTimeout();
Ethernet.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, Ethernet devices do not have any timeout set (seconds=0).