#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) |
| | Creates a MulticastServiceAnnouncer.
|
| |
| | MulticastServiceAnnouncer (std::string_view serviceName, std::string_view serviceType, int port, std::span< const std::pair< std::string_view, std::string_view > > txt) |
| | Creates a MulticastServiceAnnouncer.
|
| |
| | MulticastServiceAnnouncer (std::string_view serviceName, std::string_view serviceType, int port) |
| | Creates a MulticastServiceAnnouncer.
|
| |
| | ~MulticastServiceAnnouncer () noexcept |
| |
| void | Start () |
| | Starts multicast service announcer.
|
| |
| void | Stop () |
| | Stops multicast service announcer.
|
| |
| bool | HasImplementation () const |
| | Returns true if there's a multicast service announcer implementation.
|
| |
◆ 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]
| wpi::MulticastServiceAnnouncer::MulticastServiceAnnouncer |
( |
std::string_view | serviceName, |
|
|
std::string_view | serviceType, |
|
|
int | port, |
|
|
std::span< const std::pair< std::string_view, std::string_view > > | txt ) |
◆ MulticastServiceAnnouncer() [3/3]
| wpi::MulticastServiceAnnouncer::MulticastServiceAnnouncer |
( |
std::string_view | serviceName, |
|
|
std::string_view | serviceType, |
|
|
int | port ) |
◆ ~MulticastServiceAnnouncer()
| wpi::MulticastServiceAnnouncer::~MulticastServiceAnnouncer |
( |
| ) |
|
|
noexcept |
◆ HasImplementation()
| bool wpi::MulticastServiceAnnouncer::HasImplementation |
( |
| ) |
const |
Returns true if there's a multicast service announcer implementation.
- Returns
- True if there's a multicast service announcer implementation.
◆ Start()
| void wpi::MulticastServiceAnnouncer::Start |
( |
| ) |
|
Starts multicast service announcer.
◆ Stop()
| void wpi::MulticastServiceAnnouncer::Stop |
( |
| ) |
|
Stops multicast service announcer.
The documentation for this class was generated from the following file: