| 127 | } |
| 128 | |
| 129 | bool NTPClient::isTimeSet() const { |
| 130 | return (this->_lastUpdate != 0); // returns true if the time has been set, else false |
| 131 | } |
| 132 | |
| 133 | unsigned long NTPClient::getEpochTime() const { |
| 134 | return this->_timeOffset + // User offset |
nothing calls this directly
no outgoing calls
no test coverage detected