JUCE  v6.1.6 (6.0.8-1114)
JUCE API
Looking for a senior C++ dev?
I'm looking for work. Hire me!
juce::NetworkServiceDiscovery::Service Struct Reference

Contains information about a service that has been found on the network. More...

#include <juce_NetworkServiceDiscovery.h>

Collaboration diagram for juce::NetworkServiceDiscovery::Service:

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...
 

Detailed Description

Contains information about a service that has been found on the network.

See also
AvailableServiceList, Advertiser

@tags{Events}

Member Data Documentation

◆ address

IPAddress juce::NetworkServiceDiscovery::Service::address

The IP address of the advertiser.

◆ description

String juce::NetworkServiceDiscovery::Service::description

The service description as sent by the Advertiser.

◆ instanceID

String juce::NetworkServiceDiscovery::Service::instanceID

A UUID that identifies the particular instance of the Advertiser class.


◆ lastSeen

Time juce::NetworkServiceDiscovery::Service::lastSeen

The time of the last ping received from the advertiser.

◆ port

int juce::NetworkServiceDiscovery::Service::port

The port number of the advertiser.


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