ESP-IDF
ot::Coap::CoapSecure::HandleTransmit()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ot::Coap::CoapSecure::HandleTransmit()
ot::Coap::CoapSecure::HandleTransmit() method
Syntax
Show:
Summary
Declaration
Definition
from
coap_secure.hpp:402
static
void
HandleTransmit
(
Tasklet
&
aTasklet
)
;
Implemented in
coap_secure.cpp:214
Arguments
Argument
aTasklet
Related Functions
Found 5 other functions taking a
Tasklet
argument:
Function
ot::Ncp::NcpBase::UpdateChangedProps()
ot::Ncp::NcpHdlc::EncodeAndSend()
ot::TaskletIn::HandleTasklet()
ot::Tasklet::Scheduler::PostTasklet()
ot::Ncp::NcpSpi::PrepareTxFrame()
Examples
References
from
examples
Code
Location
Scope
Referrer
void
CoapSecure
::
HandleTransmit
(
Tasklet
&
aTasklet
)
coap_secure.cpp:214
void
CoapSecure
::
HandleTransmit
(
void
)
coap_secure.cpp:219
static
void
HandleTransmit
(
Tasklet
&
aTasklet
)
;
coap_secure.hpp:402
void
HandleTransmit
(
void
)
;
coap_secure.hpp:403
static_cast
<
CoapSecure
*
>
(
static_cast
<
TaskletContext
&
>
(
aTasklet
)
.
GetContext
(
)
)
->
HandleTransmit
(
)
;
coap_secure.cpp:216
ot::Coap::CoapSecure
ot::Coap::CoapSecure::HandleTransmit()
Call Tree
from
examples
ot::Coap::CoapSecure::HandleTransmit()
is called by 1 function and calls 6 functions:
ot::Coap::CoapSecure::HandleTransmit()
All items filtered out
ot::Coap::CoapSecure::HandleTransmit()
ot::TaskletContext::GetContext()
ot::Coap::CoapSecure::HandleTransmit()
ot::MessageQueue::GetHead()
ot::Message::Free()
ot::MessageQueue::Dequeue()
ot::ErrorToString()
All items filtered out
Data Use
from
examples
ot::Coap::CoapSecure::HandleTransmit()
reads 4 variables:
ot::LogLevel::kLogLevelNote
ot::LogLevel::kLogLevelDebg
ot::kErrorNone
ot::Coap::CoapSecure::mTransmitQueue
All items filtered out
ot::Coap::CoapSecure::HandleTransmit()
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