ESP-IDF
ot::Coap::CoapSecure::HandleDtlsReceive()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/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::Coap::CoapSecure::HandleDtlsReceive()
ot::Coap::CoapSecure::HandleDtlsReceive() method
Syntax
Show:
Summary
Declaration
Definition
from
coap_secure.hpp:399
static
void
HandleDtlsReceive
(
void
*
aContext
,
uint8_t
*
aBuf
,
uint16_t
aLength
)
;
Implemented in
coap_secure.cpp:196
Arguments
Argument
aContext
aBuf
aLength
Examples
References
from
examples
Code
Location
Scope
Referrer
void
CoapSecure
::
HandleDtlsReceive
(
void
*
aContext
,
uint8_t
*
aBuf
,
uint16_t
aLength
)
coap_secure.cpp:196
void
CoapSecure
::
HandleDtlsReceive
(
uint8_t
*
aBuf
,
uint16_t
aLength
)
coap_secure.cpp:201
static
void
HandleDtlsReceive
(
void
*
aContext
,
uint8_t
*
aBuf
,
uint16_t
aLength
)
;
coap_secure.hpp:399
void
HandleDtlsReceive
(
uint8_t
*
aBuf
,
uint16_t
aLength
)
;
coap_secure.hpp:400
return
static_cast
<
CoapSecure
*
>
(
aContext
)
->
HandleDtlsReceive
(
aBuf
,
aLength
)
;
coap_secure.cpp:198
ot::Coap::CoapSecure
ot::Coap::CoapSecure::HandleDtlsReceive()
Call Tree
from
examples
ot::Coap::CoapSecure::HandleDtlsReceive()
is called by 1 function and calls 4 functions:
ot::Coap::CoapSecure::HandleDtlsReceive()
All items filtered out
ot::Coap::CoapSecure::HandleDtlsReceive()
ot::Coap::CoapSecure::HandleDtlsReceive()
ot::Coap::Message::GetHelpDataReserved()
ot::Message::Free()
ot::Message::AppendBytes()
All items filtered out
Data Use
from
examples
ot::Coap::CoapSecure::HandleDtlsReceive()
reads 1 variable:
ot::Message::Type::kTypeIp6
All items filtered out
ot::Coap::CoapSecure::HandleDtlsReceive()
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