Sming Framework API
Sming - Open Source framework for high efficiency WiFi SoC ESP8266 native development with C++ language.
|
This is the complete list of members for NtpClient, including all inherited members.
autoQueryEnabled (defined in NtpClient) | NtpClient | protected |
autoQuerySeconds (defined in NtpClient) | NtpClient | protected |
autoUpdateSystemClock | NtpClient | protected |
close() (defined in UdpConnection) | UdpConnection | protectedvirtual |
connect(IPAddress ip, uint16_t port) (defined in UdpConnection) | UdpConnection | protectedvirtual |
delegateCompleted | NtpClient | protected |
initialize(udp_pcb *pcb=nullptr) (defined in UdpConnection) | UdpConnection | protected |
internalRequestTime(IPAddress serverIp) | NtpClient | protected |
listen(int port) (defined in UdpConnection) | UdpConnection | protectedvirtual |
NtpClient() | NtpClient | inline |
NtpClient(NtpTimeResultDelegate onTimeReceivedCb) | NtpClient | inline |
NtpClient(const String &reqServer, unsigned reqIntervalSeconds, NtpTimeResultDelegate onTimeReceivedCb=nullptr) | NtpClient | |
onDataCallback (defined in UdpConnection) | UdpConnection | protected |
onReceive(pbuf *buf, IPAddress remoteIP, uint16_t remotePort) override | NtpClient | protectedvirtual |
requestTime() | NtpClient | |
send(const char *data, int length) (defined in UdpConnection) | UdpConnection | protectedvirtual |
sendString(const char *data) (defined in UdpConnection) | UdpConnection | inlineprotected |
sendString(const String &data) (defined in UdpConnection) | UdpConnection | inlineprotected |
sendStringTo(IPAddress remoteIP, uint16_t remotePort, const char *data) (defined in UdpConnection) | UdpConnection | inlineprotected |
sendStringTo(IPAddress remoteIP, uint16_t remotePort, const String &data) (defined in UdpConnection) | UdpConnection | inlineprotected |
sendTo(IPAddress remoteIP, uint16_t remotePort, const char *data, int length) (defined in UdpConnection) | UdpConnection | protectedvirtual |
server | NtpClient | protected |
setAutoQuery(bool autoQuery) | NtpClient | |
setAutoQueryInterval(unsigned seconds) | NtpClient | |
setAutoUpdateSystemClock(bool autoUpdateClock) | NtpClient | inline |
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) (defined in UdpConnection) | UdpConnection | protectedstatic |
stopTimer() (defined in NtpClient) | NtpClient | inlineprotected |
timer | NtpClient | protected |
udp (defined in UdpConnection) | UdpConnection | protected |
UdpConnection() (defined in UdpConnection) | UdpConnection | inlineprotected |
UdpConnection(UdpConnectionDataDelegate dataHandler) (defined in UdpConnection) | UdpConnection | inlineprotected |
~UdpConnection() (defined in UdpConnection) | UdpConnection | inlineprotectedvirtual |