#include <wpinet/MulticastServiceAnnouncer.h>
|
| MulticastServiceAnnouncer (std::string_view serviceName, std::string_view serviceType, int port, std::span< const std::pair< std::string, std::string > > txt) |
|
| MulticastServiceAnnouncer (std::string_view serviceName, std::string_view serviceType, int port, std::span< const std::pair< std::string_view, std::string_view > > txt) |
|
| MulticastServiceAnnouncer (std::string_view serviceName, std::string_view serviceType, int port) |
|
| ~MulticastServiceAnnouncer () noexcept |
|
void | Start () |
|
void | Stop () |
|
bool | HasImplementation () const |
|
◆ MulticastServiceAnnouncer() [1/3]
wpi::MulticastServiceAnnouncer::MulticastServiceAnnouncer |
( |
std::string_view |
serviceName, |
|
|
std::string_view |
serviceType, |
|
|
int |
port, |
|
|
std::span< const std::pair< std::string, std::string > > |
txt |
|
) |
| |
◆ MulticastServiceAnnouncer() [2/3]
◆ MulticastServiceAnnouncer() [3/3]
◆ ~MulticastServiceAnnouncer()
wpi::MulticastServiceAnnouncer::~MulticastServiceAnnouncer |
( |
| ) |
|
|
noexcept |
◆ HasImplementation()
bool wpi::MulticastServiceAnnouncer::HasImplementation |
( |
| ) |
const |
◆ Start()
void wpi::MulticastServiceAnnouncer::Start |
( |
| ) |
|
◆ Stop()
void wpi::MulticastServiceAnnouncer::Stop |
( |
| ) |
|
The documentation for this class was generated from the following file: