WPILibC++ 2024.3.2
|
#include <wpinet/MulticastServiceResolver.h>
Public Attributes | |
unsigned int | ipv4Address |
IPv4 address. More... | |
int | port |
Port number. More... | |
std::string | serviceName |
Service name. More... | |
std::string | hostName |
Host name. More... | |
std::vector< std::pair< std::string, std::string > > | txt |
Service data payload. More... | |
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.