Fawkes API  Fawkes Development Version
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
fawkes::ServiceModel::ServiceAddedRecord Struct Reference

Data structure to hold information about a newly added services. More...

List of all members.

Public Attributes

std::string name
 the name of the new service
std::string type
 the type of the new service
std::string domain
 the domain of the new service
std::string hostname
 the hostname of the new service
std::string ipaddr
 the IP address of the new service
unsigned short port
 the port the new service is running on

Detailed Description

Data structure to hold information about a newly added services.

Definition at line 86 of file service_model.h.


Member Data Documentation

std::string fawkes::ServiceModel::ServiceAddedRecord::domain

the domain of the new service

Definition at line 90 of file service_model.h.

Referenced by fawkes::ServiceModel::on_service_added(), and fawkes::ServiceModel::service_added().

std::string fawkes::ServiceModel::ServiceAddedRecord::hostname

the hostname of the new service

Definition at line 91 of file service_model.h.

Referenced by fawkes::ServiceModel::on_service_added(), and fawkes::ServiceModel::service_added().

std::string fawkes::ServiceModel::ServiceAddedRecord::ipaddr

the IP address of the new service

Definition at line 92 of file service_model.h.

Referenced by fawkes::ServiceModel::on_service_added(), and fawkes::ServiceModel::service_added().

std::string fawkes::ServiceModel::ServiceAddedRecord::name

the name of the new service

Definition at line 88 of file service_model.h.

Referenced by fawkes::ServiceModel::on_service_added(), and fawkes::ServiceModel::service_added().

unsigned short fawkes::ServiceModel::ServiceAddedRecord::port

the port the new service is running on

Definition at line 93 of file service_model.h.

Referenced by fawkes::ServiceModel::on_service_added(), and fawkes::ServiceModel::service_added().

std::string fawkes::ServiceModel::ServiceAddedRecord::type

the type of the new service

Definition at line 89 of file service_model.h.

Referenced by fawkes::ServiceModel::on_service_added(), and fawkes::ServiceModel::service_added().


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