![]() |
WPILibC++ 2025.3.2
|
#include <wpinet/MulticastServiceResolver.h>
Public Attributes | |
| unsigned int | ipv4Address |
| IPv4 address. | |
| int | port |
| Port number. | |
| std::string | serviceName |
| Service name. | |
| std::string | hostName |
| Host name. | |
| std::vector< std::pair< std::string, std::string > > | txt |
| Service data payload. | |
| std::string wpi::MulticastServiceResolver::ServiceData::hostName |
Host name.
| unsigned int wpi::MulticastServiceResolver::ServiceData::ipv4Address |
IPv4 address.
| int wpi::MulticastServiceResolver::ServiceData::port |
Port number.
| std::string wpi::MulticastServiceResolver::ServiceData::serviceName |
Service name.
| std::vector<std::pair<std::string, std::string> > wpi::MulticastServiceResolver::ServiceData::txt |
Service data payload.