Embedded TCP/IP stack
4.7.0
|
fnet_mdns_service_desc_t fnet_mdns_service_get_by_type | ( | fnet_mdns_desc_t | mdns_desc, |
const char * | service_type | ||
) |
Look for a registered mDNS application service according to the specified type.
mdns_desc | mDNS server descriptor. |
service_type | Service Type. Null-terminated string. Example "_http._tcp". |
service_type
parameter.This function is looking for a a registered mDNS application service matching the specified service type.