Poco

namespace Zeroconf

Overview

Classes: DNSServiceDiscovery, DiscoveryListener, DomainInfo, DomainListener, EventLoop, LocalService, LocalServiceListener, ResolvedServiceInfo, ServiceError, ServiceInfo, Utility, ZeroconfException

Types: DomainError, Properties

Classes

class DNSServiceDiscovery

The singleton DNSServiceDiscovery acts as entry point for Zeroconf operations browse, resolve, and domain searching. more...

class DiscoveryListener

A DiscoveryListener handles DNSServiceDiscovery events for browse/resolve commands more...

class DomainInfo

Stores information on network domains more...

class DomainListener

Convenience class to describe to domain specific Events at DNSServiceDiscoverymore...

class EventLoop

The EventLoop class monitors all sockets created by Zeroconf, if new data is available on them. more...

class LocalService

The class LocalService offers functionality for service registration more...

class LocalServiceListener

A LocalServiceListener handles all events of a LocalService object more...

class ResolvedServiceInfo

ResolvedServiceInfo holds information for resolved services. more...

class ServiceError

Event Arguments for ServiceError more...

class ServiceInfo

Event Arguments for the case when a new service is discovered/removed more...

class Utility

class Utility offers static helper functions more...

class ZeroconfException

 more...

Types

DomainError

typedef ServiceError DomainError;

Properties

typedef std::map < std::string, std::string > Properties;