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