Sming Framework API
Sming - Open Source framework for high efficiency WiFi SoC ESP8266 native development with C++ language.
DNSServer Member List

This is the complete list of members for DNSServer, including all inherited members.

close() (defined in UdpConnection)UdpConnectionvirtual
connect(IPAddress ip, uint16_t port) (defined in UdpConnection)UdpConnectionvirtual
DNSServer() (defined in DNSServer)DNSServer
initialize(udp_pcb *pcb=NULL) (defined in UdpConnection)UdpConnectionprotected
listen(int port) (defined in UdpConnection)UdpConnectionvirtual
onDataCallback (defined in UdpConnection)UdpConnectionprotected
send(const char *data, int length) (defined in UdpConnection)UdpConnectionvirtual
sendString(const char *data) (defined in UdpConnection)UdpConnection
sendString(const String &data) (defined in UdpConnection)UdpConnection
sendStringTo(IPAddress remoteIP, uint16_t remotePort, const char *data) (defined in UdpConnection)UdpConnection
sendStringTo(IPAddress remoteIP, uint16_t remotePort, const String &data) (defined in UdpConnection)UdpConnection
sendTo(IPAddress remoteIP, uint16_t remotePort, const char *data, int length) (defined in UdpConnection)UdpConnectionvirtual
setErrorReplyCode(const DNSReplyCode &replyCode) (defined in DNSServer)DNSServer
setTTL(const uint32_t &ttl) (defined in DNSServer)DNSServer
start(const uint16_t &port, const String &domainName, const IPAddress &resolvedIP) (defined in DNSServer)DNSServer
staticOnReceive(void *arg, struct udp_pcb *pcb, struct pbuf *p, struct ip_addr *addr, u16_t port) (defined in UdpConnection)UdpConnectionprotectedstatic
stop() (defined in DNSServer)DNSServer
udp (defined in UdpConnection)UdpConnectionprotected
UdpConnection() (defined in UdpConnection)UdpConnection
UdpConnection(UdpConnectionDataDelegate dataHandler) (defined in UdpConnection)UdpConnection
~DNSServer() (defined in DNSServer)DNSServervirtual
~UdpConnection() (defined in UdpConnection)UdpConnectionvirtual