WE310F5  39.00.000
M2MB_MDNS_SVC_INFO Struct Reference

Structure for registering the new service or advertising a service. More...

#include <m2mb_mdns.h>

Data Fields

CHARinstance
 
CHARtype
 
UINT16 port
 
CHARtxt [M2MB_MDNS_MAX_TXT_RECORDS]
 

Detailed Description

Structure for registering the new service or advertising a service.

This structure contains information related to an mdns service.

Definition at line 115 of file m2mb_mdns.h.

Field Documentation

◆ instance

CHAR* instance

Name of the service instance to be registered.

Definition at line 117 of file m2mb_mdns.h.

◆ port

UINT16 port

Port on which the service is listening (e.g., 80 for HTTP).

Definition at line 119 of file m2mb_mdns.h.

◆ txt

Array of strings containing information about the service. Last entry must be NULL

Definition at line 120 of file m2mb_mdns.h.

◆ type

CHAR* type

Type of service instance to be registered.

Definition at line 118 of file m2mb_mdns.h.


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