![]() |
WE310F5
39.00.000
|
Structure for registration status information. More...
#include <m2mb_mdns.h>
Data Fields | |
const CHAR * | svc_Name |
M2MB_STATUS_T | status |
Structure for registration status information.
This structure contains the name of the service/hostname and status code to denote if the registration is successful or to report if there is a subsequent conflict of hostname/servicename. An application callback will receive this asynchronously in the following cases:
Definition at line 101 of file m2mb_mdns.h.
M2MB_STATUS_T status |
Status code.
Definition at line 104 of file m2mb_mdns.h.
const CHAR* svc_Name |
Service name or hostname whose status is reported.
Definition at line 103 of file m2mb_mdns.h.