WL865E4-P  36.07.001
M2MB_MDNS_SERVICE_CFG_S Struct Reference

MDNS service cfg structure. More...

#include <m2mb_profile.h>

Data Fields

UINT8 enable
 
UINT8 service_name [33]
 
UINT8 service_type [33]
 
UINT8 service_subtype [33]
 
UINT8 protocol [17]
 
UINT8 domain [65]
 
UINT8 txt_record [129]
 
UINT16 port
 
UINT32 ttl
 

Detailed Description

MDNS service cfg structure.

MDNS service structure.

Definition at line 509 of file m2mb_profile.h.

Field Documentation

◆ domain

UINT8 domain[65]

Definition at line 516 of file m2mb_profile.h.

◆ enable

UINT8 enable

Definition at line 511 of file m2mb_profile.h.

◆ port

UINT16 port

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

Definition at line 518 of file m2mb_profile.h.

◆ protocol

UINT8 protocol[17]

Definition at line 515 of file m2mb_profile.h.

◆ service_name

UINT8 service_name[33]

Name of the service to be registered.

Definition at line 512 of file m2mb_profile.h.

◆ service_subtype

UINT8 service_subtype[33]

Definition at line 514 of file m2mb_profile.h.

◆ service_type

UINT8 service_type[33]

Type of service instance to be registered.

Definition at line 513 of file m2mb_profile.h.

◆ ttl

UINT32 ttl

Time duration for which the service is active (in seconds)

Definition at line 519 of file m2mb_profile.h.

◆ txt_record

UINT8 txt_record[129]

Text record to be added or updated.

Definition at line 517 of file m2mb_profile.h.


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