mDNS::Server Member List
This is the complete list of members for mDNS::Server, including all inherited members.
addHandler(Handler &handler) | mDNS::Server | inline |
begin() | mDNS::Server | |
close() | UdpConnection | protectedvirtual |
connect(IpAddress ip, uint16_t port) | UdpConnection | protectedvirtual |
end() | mDNS::Server | |
initialize(udp_pcb *pcb=nullptr) | UdpConnection | protected |
joinMulticastGroup(IpAddress localIp, IpAddress multicastIp) | IpConnection | protected |
joinMulticastGroup(IpAddress multicastIp) | IpConnection | inlineprotected |
leaveMulticastGroup(IpAddress localIp, IpAddress multicastIp) | IpConnection | protected |
leaveMulticastGroup(IpAddress multicastIp) | IpConnection | inlineprotected |
listen(int port) | UdpConnection | protectedvirtual |
MessageDelegate typedef | mDNS::Server | |
onDataCallback | UdpConnection | protected |
onPacket(PacketDelegate callback) | mDNS::Server | inline |
onReceive(pbuf *buf, IpAddress remoteIP, uint16_t remotePort) override | mDNS::Server | protectedvirtual |
onSend(MessageDelegate callback) | mDNS::Server | inline |
PacketDelegate typedef | mDNS::Server | |
removeHandler(Handler &handler) | mDNS::Server | inline |
restart() | mDNS::Server | inline |
search(const String &hostname, ResourceType type=ResourceType::PTR) | mDNS::Server | |
send(Message &message) | mDNS::Server | |
send(const char *data, int length) | mDNS::Server | protected |
UdpConnection::send(const char *data, int length) | UdpConnection | protectedvirtual |
sendString(const char *data) | UdpConnection | inlineprotected |
sendString(const String &data) | UdpConnection | inlineprotected |
sendStringTo(IpAddress remoteIP, uint16_t remotePort, const char *data) | UdpConnection | inlineprotected |
sendStringTo(IpAddress remoteIP, uint16_t remotePort, const String &data) | UdpConnection | inlineprotected |
sendTo(IpAddress remoteIP, uint16_t remotePort, const char *data, int length) | UdpConnection | protectedvirtual |
setMulticast(IpAddress ip) | UdpConnection | protected |
setMulticastTtl(size_t ttl) | UdpConnection | protected |
staticOnReceive(void *arg, struct udp_pcb *pcb, struct pbuf *p, LWIP_IP_ADDR_T *addr, u16_t port) | UdpConnection | protectedstatic |
udp | UdpConnection | protected |
UdpConnection() | UdpConnection | inlineprotected |
UdpConnection(UdpConnectionDataDelegate dataHandler) | UdpConnection | inlineprotected |
~Server() | mDNS::Server | |
~UdpConnection() | UdpConnection | inlineprotectedvirtual |