DnsSdService Struct Reference

DNS-SD service descriptor. More...

#include <dns_sd.h>

Data Fields

char_t name [DNS_SD_MAX_SERVICE_NAME_LEN+1]
 Service name. More...
 
uint16_t priority
 Priority of the target host. More...
 
uint16_t weight
 Server selection mechanism. More...
 
uint16_t port
 Port on the target host of this service. More...
 
uint8_t metadata [DNS_SD_MAX_METADATA_LEN]
 Discovery-time metadata (TXT record) More...
 
size_t metadataLength
 Length of the metadata. More...
 

Detailed Description

DNS-SD service descriptor.

Definition at line 123 of file dns_sd.h.

Field Documentation

◆ metadata

uint8_t metadata[DNS_SD_MAX_METADATA_LEN]

Discovery-time metadata (TXT record)

Definition at line 129 of file dns_sd.h.

◆ metadataLength

size_t metadataLength

Length of the metadata.

Definition at line 130 of file dns_sd.h.

◆ name

Service name.

Definition at line 125 of file dns_sd.h.

◆ port

uint16_t port

Port on the target host of this service.

Definition at line 128 of file dns_sd.h.

◆ priority

uint16_t priority

Priority of the target host.

Definition at line 126 of file dns_sd.h.

◆ weight

uint16_t weight

Server selection mechanism.

Definition at line 127 of file dns_sd.h.


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