struct CCL::Net::ServiceBasicInformation

Overview

#include <inetdiscovery.h>

struct ServiceBasicInformation
{
    // fields

    String name;
    MutableCString type;
    ProtocolType protocol;
    String hostname;
    PortNumber port;
};

Detailed Documentation

Fields

String name

service name available via DNSSD

MutableCString type

service type (application-specific)

ProtocolType protocol

TCP or UDP.

String hostname

host name

PortNumber port

port number