| JUCE
    | 
Contains information about a service that has been found on the network. More...
#include <juce_NetworkServiceDiscovery.h>
| Public Attributes | |
| String | instanceID | 
| A UUID that identifies the particular instance of the Advertiser class. | |
| String | description | 
| The service description as sent by the Advertiser. | |
| IPAddress | address | 
| The IP address of the advertiser. | |
| int | port | 
| The port number of the advertiser. | |
| Time | lastSeen | 
| The time of the last ping received from the advertiser. | |
Contains information about a service that has been found on the network.
| String NetworkServiceDiscovery::Service::instanceID | 
A UUID that identifies the particular instance of the Advertiser class.
 
| String NetworkServiceDiscovery::Service::description | 
The service description as sent by the Advertiser.
| IPAddress NetworkServiceDiscovery::Service::address | 
The IP address of the advertiser.
| int NetworkServiceDiscovery::Service::port | 
The port number of the advertiser.
| Time NetworkServiceDiscovery::Service::lastSeen | 
The time of the last ping received from the advertiser.