Profile data structure of LocalService. More...
#include <LocalServiceBase.h>
Public Attributes | |
std::string | name |
The name of LocalService. | |
std::string | uuid |
The unique ID of LocalService. | |
coil::Properties | properties |
Properties of LocalService. | |
LocalServiceBase * | service |
The pointer to LocalService. |
Profile data structure of LocalService.
std::string RTM::LocalServiceProfile::name |
The name of LocalService.
Properties of LocalService.
The pointer to LocalService.
std::string RTM::LocalServiceProfile::uuid |
The unique ID of LocalService.