NtpClient Member List
This is the complete list of members for NtpClient, including all inherited members.
autoQueryEnabled | NtpClient | protected |
autoQuerySeconds | NtpClient | protected |
autoUpdateSystemClock | NtpClient | protected |
close() | UdpConnection | protectedvirtual |
connect(IpAddress ip, uint16_t port) | UdpConnection | protectedvirtual |
delegateCompleted | NtpClient | protected |
initialize(udp_pcb *pcb=nullptr) | UdpConnection | protected |
internalRequestTime(IpAddress serverIp) | NtpClient | protected |
joinMulticastGroup(IpAddress localIp, IpAddress multicastIp) | IpConnection | protected |
joinMulticastGroup(IpAddress multicastIp) | IpConnection | inlineprotected |
leaveMulticastGroup(IpAddress localIp, IpAddress multicastIp) | IpConnection | protected |
leaveMulticastGroup(IpAddress multicastIp) | IpConnection | inlineprotected |
listen(int port) | UdpConnection | protectedvirtual |
NtpClient() | NtpClient | inline |
NtpClient(NtpTimeResultDelegate onTimeReceivedCb) | NtpClient | inline |
NtpClient(const String &reqServer, unsigned reqIntervalSeconds, NtpTimeResultDelegate onTimeReceivedCb=nullptr) | NtpClient | |
onDataCallback | UdpConnection | protected |
onReceive(pbuf *buf, IpAddress remoteIP, uint16_t remotePort) override | NtpClient | protectedvirtual |
requestTime() | NtpClient | |
send(const char *data, int length) | UdpConnection | protectedvirtual |
sendString(const char *data) | UdpConnection | inlineprotected |
sendString(const String &data) | UdpConnection | inlineprotected |
sendStringTo(IpAddress remoteIP, uint16_t remotePort, const char *data) | UdpConnection | inlineprotected |
sendStringTo(IpAddress remoteIP, uint16_t remotePort, const String &data) | UdpConnection | inlineprotected |
sendTo(IpAddress remoteIP, uint16_t remotePort, const char *data, int length) | UdpConnection | protectedvirtual |
server | NtpClient | protected |
setAutoQuery(bool autoQuery) | NtpClient | |
setAutoQueryInterval(unsigned seconds) | NtpClient | |
setAutoUpdateSystemClock(bool autoUpdateClock) | NtpClient | inline |
setMulticast(IpAddress ip) | UdpConnection | protected |
setMulticastTtl(size_t ttl) | UdpConnection | protected |
setNtpServer(const String &server) | NtpClient | inline |
startTimer(uint32_t milliseconds) | NtpClient | inlineprotected |
staticOnReceive(void *arg, struct udp_pcb *pcb, struct pbuf *p, LWIP_IP_ADDR_T *addr, u16_t port) | UdpConnection | protectedstatic |
stopTimer() | NtpClient | inlineprotected |
timer | NtpClient | protected |
udp | UdpConnection | protected |
UdpConnection() | UdpConnection | inlineprotected |
UdpConnection(UdpConnectionDataDelegate dataHandler) | UdpConnection | inlineprotected |
~UdpConnection() | UdpConnection | inlineprotectedvirtual |