Android-cuttlefish cvd tool
Public Member Functions | Public Attributes | List of all members
mdns::ServiceInfo Struct Reference

#include <mdns_service_info.h>

Collaboration diagram for mdns::ServiceInfo:
Collaboration graph
[legend]

Public Member Functions

std::string v4_address_string () const
 
std::string v6_address_string () const
 

Public Attributes

std::string instance
 
std::string service
 
openscreen::IPAddress v4_address
 
openscreen::IPAddress v6_address
 
uint16_t port
 
std::unordered_map< std::string, std::string > attributes
 

Member Function Documentation

◆ v4_address_string()

std::string mdns::ServiceInfo::v4_address_string ( ) const

◆ v6_address_string()

std::string mdns::ServiceInfo::v6_address_string ( ) const

Member Data Documentation

◆ attributes

std::unordered_map<std::string, std::string> mdns::ServiceInfo::attributes

◆ instance

std::string mdns::ServiceInfo::instance

◆ port

uint16_t mdns::ServiceInfo::port

◆ service

std::string mdns::ServiceInfo::service

◆ v4_address

openscreen::IPAddress mdns::ServiceInfo::v4_address

◆ v6_address

openscreen::IPAddress mdns::ServiceInfo::v6_address

The documentation for this struct was generated from the following files: