#include <mdns.h>
|
| | MdnsService () |
| |
| | MdnsService (const std::string &name, const std::string &host, const std::string &ip, uint16_t p) |
| |
Definition at line 55 of file mdns.h.
◆ MdnsService() [1/2]
| librats::MdnsService::MdnsService |
( |
| ) |
|
|
inline |
◆ MdnsService() [2/2]
| librats::MdnsService::MdnsService |
( |
const std::string & |
name, |
|
|
const std::string & |
host, |
|
|
const std::string & |
ip, |
|
|
uint16_t |
p |
|
) |
| |
|
inline |
◆ host_name
| std::string librats::MdnsService::host_name |
◆ ip_address
| std::string librats::MdnsService::ip_address |
◆ last_seen
| std::chrono::steady_clock::time_point librats::MdnsService::last_seen |
◆ port
| uint16_t librats::MdnsService::port |
◆ service_name
| std::string librats::MdnsService::service_name |
◆ txt_records
| std::map<std::string, std::string> librats::MdnsService::txt_records |
The documentation for this struct was generated from the following file: