WPILibC++ 2023.4.3-108-ge5452e3
WPI_ServiceData Struct Reference

#include <wpinet/MulticastServiceResolver.h>

Public Attributes

uint32_t ipv4Address
 
int32_t port
 
const char * serviceName
 
const char * hostName
 
int32_t txtCount
 
const char ** txtKeys
 
const char ** txtValues
 

Member Data Documentation

◆ hostName

const char* WPI_ServiceData::hostName

◆ ipv4Address

uint32_t WPI_ServiceData::ipv4Address

◆ port

int32_t WPI_ServiceData::port

◆ serviceName

const char* WPI_ServiceData::serviceName

◆ txtCount

int32_t WPI_ServiceData::txtCount

◆ txtKeys

const char** WPI_ServiceData::txtKeys

◆ txtValues

const char** WPI_ServiceData::txtValues

The documentation for this struct was generated from the following file: