#include <ServiceDiscovery.h>
Data Fields | |
void *const | _owner |
int | numServiceDetails |
SDServiceDetails ** | servicedetails |
The SDServiceDetailsList structure holds a list of Service details and a count.
void* const _owner |
The plugin that allocated the structure. The application should not touch it.
The number of service details (may be zero).
Array of service datils (NULL if and only if numServiceDatils is zero).