Embedded TCP/IP stack: fnet_mdns_service Struct Reference

FNET

The mDNS Service structure defining application-specific service, advertised by the mDNS server. More...

Data Fields

const char * service_type
 Service Type. Null-terminated string. Example "_http._tcp". More...
 
fnet_uint16_t service_port
 Service Port number (in network byte order). More...
 
const fnet_mdns_txt_key_t *(* service_get_txt )(void)
 Call-back function, which returns a pointer to the TXT key table. The last table element must have all fields set to zero as the end-of-table mark. It may not be allocated on stack, it should be static or global.
If the service does not provide any TXT record, this parameter must be set to NULL. More...
 

Detailed Description

The mDNS Service structure defining application-specific service, advertised by the mDNS server.

See also
fnet_mdns_service_register()

Definition at line 86 of file fnet_mdns.h.


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

© 2005-2018 by Andrey Butok. http://fnet.sourceforge.net