|
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 DNSServer, including all inherited members.
| close() (defined in UdpConnection) | UdpConnection | virtual |
| connect(IPAddress ip, uint16_t port) (defined in UdpConnection) | UdpConnection | virtual |
| DNSServer() (defined in DNSServer) | DNSServer | |
| initialize(udp_pcb *pcb=NULL) (defined in UdpConnection) | UdpConnection | protected |
| listen(int port) (defined in UdpConnection) | UdpConnection | virtual |
| onDataCallback (defined in UdpConnection) | UdpConnection | protected |
| send(const char *data, int length) (defined in UdpConnection) | UdpConnection | virtual |
| 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) | UdpConnection | virtual |
| 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) | UdpConnection | protectedstatic |
| stop() (defined in DNSServer) | DNSServer | |
| udp (defined in UdpConnection) | UdpConnection | protected |
| UdpConnection() (defined in UdpConnection) | UdpConnection | |
| UdpConnection(UdpConnectionDataDelegate dataHandler) (defined in UdpConnection) | UdpConnection | |
| ~DNSServer() (defined in DNSServer) | DNSServer | virtual |
| ~UdpConnection() (defined in UdpConnection) | UdpConnection | virtual |