|
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 | inline |
| initialize(udp_pcb *pcb=nullptr) (defined in UdpConnection) | UdpConnection | protected |
| listen(int port) (defined in UdpConnection) | UdpConnection | virtual |
| onDataCallback (defined in UdpConnection) | UdpConnection | protected |
| onReceive(pbuf *buf, IPAddress remoteIP, uint16_t remotePort) override (defined in DNSServer) | DNSServer | protectedvirtual |
| send(const char *data, int length) (defined in UdpConnection) | UdpConnection | virtual |
| sendString(const char *data) (defined in UdpConnection) | UdpConnection | inline |
| sendString(const String &data) (defined in UdpConnection) | UdpConnection | inline |
| sendStringTo(IPAddress remoteIP, uint16_t remotePort, const char *data) (defined in UdpConnection) | UdpConnection | inline |
| sendStringTo(IPAddress remoteIP, uint16_t remotePort, const String &data) (defined in UdpConnection) | UdpConnection | inline |
| sendTo(IPAddress remoteIP, uint16_t remotePort, const char *data, int length) (defined in UdpConnection) | UdpConnection | virtual |
| setErrorReplyCode(DNSReplyCode replyCode) (defined in DNSServer) | DNSServer | inline |
| setTTL(uint32_t ttl) (defined in DNSServer) | DNSServer | inline |
| start(uint16_t port, const String &domainName, const IPAddress &resolvedIP) (defined in DNSServer) | DNSServer | |
| staticOnReceive(void *arg, struct udp_pcb *pcb, struct pbuf *p, LWIP_IP_ADDR_T *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 | inline |
| UdpConnection(UdpConnectionDataDelegate dataHandler) (defined in UdpConnection) | UdpConnection | inline |
| ~UdpConnection() (defined in UdpConnection) | UdpConnection | inlinevirtual |