ESP-IDF
ot::Dns::ServiceDiscovery::Server::Response::SetResponseCode()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/5)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ot::Dns::ServiceDiscovery::Server::Response::SetResponseCode()
ot::Dns::ServiceDiscovery::Server::Response::SetResponseCode() method
Syntax
Show:
Summary
Declaration
from
dnssd_server.hpp:396
void
SetResponseCode
(
ResponseCode
aResponseCode
)
;
Arguments
Argument
aResponseCode
Examples
References
from
examples
Code
Location
Scope
Referrer
void
SetResponseCode
(
ResponseCode
aResponseCode
)
{
mHeader
.
SetResponseCode
(
aResponseCode
)
;
}
dnssd_server.hpp:396
response
.
SetResponseCode
(
rcode
)
;
dnssd_server.cpp:215
ot::Dns::ServiceDiscovery::Server
ot::Dns::ServiceDiscovery::Server::ProcessQuery()
aResponse
.
SetResponseCode
(
Header
::
kResponseServerFailure
)
;
dnssd_server.cpp:997
ot::Dns::ServiceDiscovery::Server
ot::Dns::ServiceDiscovery::Server::ResolveByProxy()
SetResponseCode
(
Header
::
kResponseServerFailure
)
;
dnssd_server.cpp:1211
ot::Dns::ServiceDiscovery::Server::Response
ot::Dns::ServiceDiscovery::Server::Response::Answer()
SetResponseCode
(
Header
::
kResponseServerFailure
)
;
dnssd_server.cpp:1228
ot::Dns::ServiceDiscovery::Server::Response
ot::Dns::ServiceDiscovery::Server::Response::Answer()
response
.
SetResponseCode
(
aResponseCode
)
;
dnssd_server.cpp:1403
ot::Dns::ServiceDiscovery::Server
ot::Dns::ServiceDiscovery::Server::Finalize()
Call Tree
from
examples
ot::Dns::ServiceDiscovery::Server::Response::SetResponseCode()
is called by 4 functions:
ot::Dns::ServiceDiscovery::Server::ProcessQuery()
ot::Dns::ServiceDiscovery::Server::ResolveByProxy()
ot::Dns::ServiceDiscovery::Server::Response::Answer()
ot::Dns::ServiceDiscovery::Server::Finalize()
All items filtered out
ot::Dns::ServiceDiscovery::Server::Response::SetResponseCode()
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