Types
mDNS data types More...
Data Structures | |
struct | mdns_service_info_t |
Description of a custom mDNS service. More... | |
Typedefs | |
typedef void(* | mdns_txt_record_callback_t) (char *buffer, uint16_t max_len) |
Callback to retrieve a custom TXT mDNS record. More... | |
Detailed Description
mDNS data types
Typedef Documentation
typedef void(* mdns_txt_record_callback_t) (char *buffer, uint16_t max_len) |
Callback to retrieve a custom TXT mDNS record.
This callback is called in the context of the mDNS background process. It is called just before the mDNS process responds to query. The format of the buffer must follow the txt
option described in the mdns.service variable documentation.
- Parameters
-
buffer
Buffer to hold a custom TXT record max_len
The max size of the TXT record