ESP-IDF
ot::Coap::Message::kBlockSzxBase
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
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::Message::kBlockSzxBase
ot::Coap::Message::kBlockSzxBase variable
Syntax
Show:
Summary
Declaration
from
coap_message.hpp:181
static
constexpr
uint8_t
kBlockSzxBase
=
4
;
Examples
References
from
examples
Code
Location
Referrer
static
constexpr
uint8_t
kBlockSzxBase
=
4
;
coap_message.hpp:181
return
static_cast
<
uint16_t
>
(
1
<
<
(
static_cast
<
uint8_t
>
(
aSize
)
+
Coap
::
Message
::
kBlockSzxBase
)
)
;
coap_api.cpp:105
otCoapBlockSizeFromExponent()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ot::Coap::Message::kBlockSzxBase
is read by 1 function:
All items filtered out
ot::Coap::Message::kBlockSzxBase
otCoapBlockSizeFromExponent()
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