_DnsSdContext Struct Reference
DNS-SD context. More...
#include <dns_sd.h>
Data Fields | |
| DnsSdSettings | settings |
| DNS-SD settings. More... | |
| bool_t | running |
| DNS-SD is currently running. More... | |
| MdnsState | state |
| FSM state. More... | |
| bool_t | conflict |
| Conflict detected. More... | |
| bool_t | tieBreakLost |
| Tie-break lost. More... | |
| systime_t | timestamp |
| Timestamp to manage retransmissions. More... | |
| systime_t | timeout |
| Timeout value. More... | |
| uint_t | retransmitCount |
| Retransmission counter. More... | |
| char_t | instanceName [DNS_SD_MAX_INSTANCE_NAME_LEN+1] |
| Service instance name. More... | |
| DnsSdService | serviceList [DNS_SD_SERVICE_LIST_SIZE] |
| List of registered services. More... | |
Detailed Description
Field Documentation
◆ conflict
◆ instanceName
| char_t instanceName[DNS_SD_MAX_INSTANCE_NAME_LEN+1] |
◆ retransmitCount
◆ running
◆ serviceList
| DnsSdService serviceList[DNS_SD_SERVICE_LIST_SIZE] |
◆ settings
| DnsSdSettings settings |
◆ state
◆ tieBreakLost
◆ timeout
◆ timestamp
The documentation for this struct was generated from the following file:
- cyclone_tcp/dns_sd/dns_sd.h
