ESP-IDF
otPlatDnssdBrowseCallback
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
otPlatDnssdBrowseCallback
otPlatDnssdBrowseCallback
Represents the callback function used to report a browse result.
Syntax
Show:
Summary
Declaration
from
dnssd.h:425
typedef
void
(
*
otPlatDnssdBrowseCallback
)
(
otInstance
*
aInstance
,
const
otPlatDnssdBrowseResult
*
aResult
)
;
Examples
References
from
examples
Code
Location
typedef
void
(
*
otPlatDnssdBrowseCallback
)
(
otInstance
*
aInstance
,
const
otPlatDnssdBrowseResult
*
aResult
)
;
dnssd.h:425
otPlatDnssdBrowseCallback
mCallback
;
///< The callback to report result.
dnssd.h:435
typedef
otPlatDnssdBrowseCallback
otMdnsBrowseCallback
;
mdns.h:487
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