Android-cuttlefish cvd tool
Classes | Namespaces | Functions
mdns_service_info.h File Reference
#include <string>
#include <tuple>
#include <discovery/dnssd/public/dns_sd_instance_endpoint.h>
#include <platform/base/ip_address.h>
#include "client/mdns_utils.h"
Include dependency graph for mdns_service_info.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  mdns::ServiceInfo
 

Namespaces

namespace  mdns
 

Functions

std::ostream & mdns::operator<< (std::ostream &os, const ServiceInfo &service_info)
 
openscreen::ErrorOr< ServiceInfo > mdns::DnsSdInstanceEndpointToServiceInfo (const openscreen::discovery::DnsSdInstanceEndpoint &endpoint)
 
std::tuple< bool, std::string, std::string > mdns::ParseTxtKeyValue (const std::string &kv)