LMMS
Loading...
Searching...
No Matches
juce::NetworkServiceDiscovery::Service Struct Reference

#include <juce_NetworkServiceDiscovery.h>

Public Attributes

String instanceID
String description
IPAddress address
int port
Time lastSeen

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: