ESPHome 2025.12.0-dev
Loading...
Searching...
No Matches
esphome::mdns::MDNSService Struct Reference

#include <mdns_component.h>

Data Fields

const MDNSString * service_type
 
const MDNSString * proto
 
TemplatableValue< uint16_t > port
 
FixedVector< MDNSTXTRecordtxt_records
 

Detailed Description

Definition at line 33 of file mdns_component.h.

Field Documentation

◆ port

TemplatableValue<uint16_t> esphome::mdns::MDNSService::port

Definition at line 40 of file mdns_component.h.

◆ proto

const MDNSString* esphome::mdns::MDNSService::proto

Definition at line 39 of file mdns_component.h.

◆ service_type

const MDNSString* esphome::mdns::MDNSService::service_type

Definition at line 36 of file mdns_component.h.

◆ txt_records

FixedVector<MDNSTXTRecord> esphome::mdns::MDNSService::txt_records

Definition at line 41 of file mdns_component.h.


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