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