_DnsSdResponderContext Struct Reference

DNS-SD responder context. More...

#include <dns_sd_responder.h>

Data Fields

NetInterfaceinterface
 Underlying network interface. More...
 
uint_t numServices
 Maximum number of DNS-SD services that can be registered. More...
 
DnsSdResponderServiceservices
 DNS-SD services. More...
 
uint_t numAnnouncements
 Number of announcement packets. More...
 
uint32_t ttl
 TTL resource record. More...
 
DnsSdStateChangeCallback stateChangeEvent
 FSM state change event. More...
 
bool_t running
 DNS-SD responder is currently running. More...
 

Detailed Description

DNS-SD responder context.

Definition at line 145 of file dns_sd_responder.h.

Field Documentation

◆ interface

NetInterface* interface

Underlying network interface.

Definition at line 147 of file dns_sd_responder.h.

◆ numAnnouncements

uint_t numAnnouncements

Number of announcement packets.

Definition at line 150 of file dns_sd_responder.h.

◆ numServices

uint_t numServices

Maximum number of DNS-SD services that can be registered.

Definition at line 148 of file dns_sd_responder.h.

◆ running

bool_t running

DNS-SD responder is currently running.

Definition at line 153 of file dns_sd_responder.h.

◆ services

DNS-SD services.

Definition at line 149 of file dns_sd_responder.h.

◆ stateChangeEvent

DnsSdStateChangeCallback stateChangeEvent

FSM state change event.

Definition at line 152 of file dns_sd_responder.h.

◆ ttl

uint32_t ttl

TTL resource record.

Definition at line 151 of file dns_sd_responder.h.


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