WE310F5  39.00.000
M2MB_MDNS_SVC_REG_STATUS Struct Reference

Structure for registration status information. More...

#include <m2mb_mdns.h>

Data Fields

const CHARsvc_Name
 
M2MB_STATUS_T status
 

Detailed Description

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:

  • Subsequent service/hostname conflict, after a service or hostname was successfully registered
  • If Nonblocking mode is used for an operation.

Definition at line 101 of file m2mb_mdns.h.

Field Documentation

◆ status

M2MB_STATUS_T status

Status code.

Definition at line 104 of file m2mb_mdns.h.

◆ svc_Name

const CHAR* svc_Name

Service name or hostname whose status is reported.

Definition at line 103 of file m2mb_mdns.h.


The documentation for this struct was generated from the following file: