Library: DNSSD
Package: Core
Header: Poco/DNSSD/Domain.h
Domain stores information about a browse domain.
Member Functions: isDefault, name, networkInterface
Domain();
Creates an empty Domain.
Domain(
Poco::Int32 networkInterface,
const std::string & name,
bool isDefault
);
Creates a Domain using the given information.
~Domain();
Destroys the Domain.
bool isDefault() const;
Returns true if the domain is the default domain.
const std::string & name() const;
Returns the name of the domain.
Poco::Int32 networkInterface() const;
Returns the index of the network interface the domain was discovered on.