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.
autoUpdateSystemClock | NtpClient | protected |
autoUpdateTimer | NtpClient | protected |
close() (defined in UdpConnection) | UdpConnection | protectedvirtual |
connect(IPAddress ip, uint16_t port) (defined in UdpConnection) | UdpConnection | protectedvirtual |
connectionTimer | NtpClient | protected |
delegateCompleted | NtpClient | protected |
initialize(udp_pcb *pcb=NULL) (defined in UdpConnection) | UdpConnection | protected |
internalRequestTime(IPAddress serverIp) | NtpClient | protected |
listen(int port) (defined in UdpConnection) | UdpConnection | protectedvirtual |
NtpClient() | NtpClient | |
NtpClient(NtpTimeResultDelegate onTimeReceivedCb) | NtpClient | |
NtpClient(String reqServer, int reqIntervalSeconds, NtpTimeResultDelegate onTimeReceivedCb=nullptr) | NtpClient | |
onDataCallback (defined in UdpConnection) | UdpConnection | protected |
onReceive(pbuf *buf, IPAddress remoteIP, uint16_t remotePort) | NtpClient | protectedvirtual |
requestTime() | NtpClient | |
send(const char *data, int length) (defined in UdpConnection) | UdpConnection | protectedvirtual |
sendString(const char *data) (defined in UdpConnection) | UdpConnection | protected |
sendString(const String &data) (defined in UdpConnection) | UdpConnection | protected |
sendStringTo(IPAddress remoteIP, uint16_t remotePort, const char *data) (defined in UdpConnection) | UdpConnection | protected |
sendStringTo(IPAddress remoteIP, uint16_t remotePort, const String &data) (defined in UdpConnection) | UdpConnection | protected |
sendTo(IPAddress remoteIP, uint16_t remotePort, const char *data, int length) (defined in UdpConnection) | UdpConnection | protectedvirtual |
server | NtpClient | protected |
setAutoQuery(bool autoQuery) | NtpClient | |
setAutoQueryInterval(int seconds) | NtpClient | |
setAutoUpdateSystemClock(bool autoUpdateClock) | NtpClient | |
setNtpServer(String server) | NtpClient | |
staticDnsResponse(const char *name, struct ip_addr *ip, void *arg) | NtpClient | protectedstatic |
staticOnReceive(void *arg, struct udp_pcb *pcb, struct pbuf *p, struct ip_addr *addr, u16_t port) (defined in UdpConnection) | UdpConnection | protectedstatic |
timeoutTimer | NtpClient | protected |
udp (defined in UdpConnection) | UdpConnection | protected |
UdpConnection() (defined in UdpConnection) | UdpConnection | protected |
UdpConnection(UdpConnectionDataDelegate dataHandler) (defined in UdpConnection) | UdpConnection | protected |
~NtpClient() (defined in NtpClient) | NtpClient | virtual |
~UdpConnection() (defined in UdpConnection) | UdpConnection | protectedvirtual |