Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arduino-libraries/NTPClient
/ NTPClient
Method
NTPClient
NTPClient.cpp:24–26 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
22
#include
"NTPClient.h"
23
24
NTPClient::NTPClient(UDP& udp) {
25
this->_udp = &udp;
26
}
27
28
NTPClient::NTPClient(UDP& udp, long timeOffset) {
29
this->_udp = &udp;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected