mb_tcp_slave sample
_mdns_get_service_item()
is only used within mb_tcp_slave sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
mb_tcp_slave sample
_mdns_get_service_item()
_mdns_get_service_item() function
finds service from given service type
Syntax
Show:
Summary
Declaration
from
mdns.c:291
static
mdns_srv_item_t
*
_mdns_get_service_item
(
const
char
*
service
,
const
char
*
proto
,
const
char
*
hostname
)
;
Arguments
Argument
Description
service
service type to match
proto
proto to match
hostname
hostname of the service (if non-null)
Return value
the service item if found or NULL on error
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out