#include <ServiceDiscovery.h>
Data Fields | |
int | status |
char * | reason |
The SDException structure holds the status of a call to this Service Discovery API.
int status |
API call status. Will be SDStatus_SUCCESS (guaranteed to be zero) on success, or some other value on error.
char* reason |
Reason for failure. Will be NULL if and only if status is SDStatus_SUCCESS, but may be an empty string.