ESP-IDF
otDnssdQueryUnsubscribeCallback
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
otDnssdQueryUnsubscribeCallback
otDnssdQueryUnsubscribeCallback
Is called when a DNS-SD query unsubscribes one of: 1. a service name. 2. a service instance name. 3. a host name. The DNS-SD query implementation is responsible for identifying what @p aFullName is.
Syntax
Show:
Summary
Declaration
from
dnssd_server.h:98
typedef
void
(
*
otDnssdQueryUnsubscribeCallback
)
(
void
*
aContext
,
const
char
*
aFullName
)
;
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