Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
_DnsSdContext Struct Reference
DNS-SD context. More...
#include <dns_sd.h>
Data Fields | |
| DnsSdSettings | settings |
| DNS-SD settings. | |
| bool_t | running |
| DNS-SD is currently running. | |
| MdnsState | state |
| FSM state. | |
| bool_t | conflict |
| Conflict detected. | |
| bool_t | tieBreakLost |
| Tie-break lost. | |
| systime_t | timestamp |
| Timestamp to manage retransmissions. | |
| systime_t | timeout |
| Timeout value. | |
| uint_t | retransmitCount |
| Retransmission counter. | |
| char_t | instanceName [DNS_SD_MAX_INSTANCE_NAME_LEN+1] |
| Service instance name. | |
| DnsSdService | serviceList [DNS_SD_SERVICE_LIST_SIZE] |
| List of registered services. | |
Detailed Description
DNS-SD context.
Definition at line 131 of file dns_sd.h.
Field Documentation
| char_t instanceName[DNS_SD_MAX_INSTANCE_NAME_LEN+1] |
| uint_t retransmitCount |
| DnsSdService serviceList[DNS_SD_SERVICE_LIST_SIZE] |
| bool_t tieBreakLost |
Generated on Tue Jul 12 2022 17:10:23 by
1.7.2