ESP-IDF
ot::Coap::ResponseHandler
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
ot::Coap::ResponseHandler
ot::Coap::ResponseHandler
Represents a function pointer which is called when a CoAP response is received or on the request timeout. Please see otCoapResponseHandler for details.
Syntax
Show:
Summary
Declaration
from
coap.hpp:70
typedef
otCoapResponseHandler
ResponseHandler
;
Examples
References
from
examples
Code
Location
Referrer
typedef
otCoapResponseHandler
ResponseHandler
;
coap.hpp:70
ResponseHandler
aHandler
,
coap.cpp:198
ot::Coap::CoapBase::SendMessage()
ResponseHandler
aHandler
,
coap.cpp:358
ot::Coap::CoapBase::SendMessage()
Error
CoapBase
::
AbortTransaction
(
ResponseHandler
aHandler
,
void
*
aContext
)
coap.cpp:524
ot::Coap::CoapBase::AbortTransaction()
ResponseHandler
aHandler
,
coap.hpp:563
ResponseHandler
aHandler
,
coap.hpp:595
Error
AbortTransaction
(
ResponseHandler
aHandler
,
void
*
aContext
)
;
coap.hpp:712
ResponseHandler
mResponseHandler
;
// A function pointer that is called on response reception.
coap.hpp:798
Error
CoapSecure
::
SendMessage
(
Message
&
aMessage
,
ResponseHandler
aHandler
,
void
*
aContext
)
coap_secure.cpp:144
ot::Coap::CoapSecure::SendMessage()
ResponseHandler
aHandler
,
coap_secure.cpp:158
ot::Coap::CoapSecure::SendMessage()
Error
SendMessage
(
Message
&
aMessage
,
ResponseHandler
aHandler
=
nullptr
,
void
*
aContext
=
nullptr
)
;
coap_secure.hpp:342
ResponseHandler
aHandler
=
nullptr
,
coap_secure.hpp:362
Coap
::
ResponseHandler
aResponseHandler
,
mlr_manager.cpp:367
ot::MlrManager::SendMlrMessage()
Coap
::
ResponseHandler
aResponseHandler
,
mlr_manager.hpp:156
Coap
::
ResponseHandler
aHandler
,
network_diagnostic.cpp:892
ot::NetworkDiagnostic::Client::SendCommand()
Coap
::
ResponseHandler
aHandler
=
nullptr
,
network_diagnostic.hpp:313
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