MCPcopy Create free account
hub / github.com/arduino-libraries/NTPClient / setPoolServerName

Method setPoolServerName

NTPClient.cpp:180–182  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

178}
179
180void NTPClient::setPoolServerName(const char* poolServerName) {
181 this->_poolServerName = poolServerName;
182}
183
184void NTPClient::sendNTPPacket() {
185 // set all bytes in the buffer to 0

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected