WL865E4-P  36.07.001
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 125 of file m2mb_mdns.h.

Field Documentation

◆ instance

CHAR* instance

Name of the service instance to be registered.

Definition at line 127 of file m2mb_mdns.h.

◆ port

UINT16 port

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

Definition at line 129 of file m2mb_mdns.h.

◆ txt

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

Definition at line 130 of file m2mb_mdns.h.

◆ type

CHAR* type

Type of service instance to be registered.

Definition at line 128 of file m2mb_mdns.h.


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