Fawkes API
Fawkes Development Version
|
Public Attributes | |
std::string | name |
the name of the new service More... | |
std::string | type |
the type of the new service More... | |
std::string | domain |
the domain of the new service More... | |
std::string | hostname |
the hostname of the new service More... | |
std::string | interface |
name of network interface to reach service More... | |
std::string | ipaddr |
the IP address of the new service More... | |
unsigned short | port |
the port the new service is running on More... | |
std::string | addrport |
address:port More... | |
struct sockaddr_storage | sockaddr |
sockaddr structure More... | |
Data structure to hold information about a newly added services.
Definition at line 97 of file service_model.h.
std::string fawkes::ServiceModel::ServiceAddedRecord::addrport |
address:port
Definition at line 106 of file service_model.h.
Referenced by fawkes::ServiceModel::on_service_added(), and fawkes::ServiceModel::service_added().
std::string fawkes::ServiceModel::ServiceAddedRecord::domain |
the domain of the new service
Definition at line 101 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 102 of file service_model.h.
Referenced by fawkes::ServiceModel::on_service_added(), and fawkes::ServiceModel::service_added().
std::string fawkes::ServiceModel::ServiceAddedRecord::interface |
name of network interface to reach service
Definition at line 103 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 104 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 99 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 105 of file service_model.h.
Referenced by fawkes::ServiceModel::on_service_added(), and fawkes::ServiceModel::service_added().
struct sockaddr_storage fawkes::ServiceModel::ServiceAddedRecord::sockaddr |
sockaddr structure
Definition at line 107 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 100 of file service_model.h.
Referenced by fawkes::ServiceModel::on_service_added(), and fawkes::ServiceModel::service_added().