#include <ServiceDiscovery.h>
Data Fields | |
void *const | _owner |
char * | name |
char * | type |
char * | endpoint |
char * | version |
void* const _owner |
The plugin that allocated the structure. The application should not touch it.
char* name |
Unique service name.
char* type |
The type of service.
char* endpoint |
The endpoint used to contact the service.
char* version |
The service version.