ESP-IDF
ot::Coap::Message::kHelpDataAlignment
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::Message::kHelpDataAlignment
ot::Coap::Message::kHelpDataAlignment variable
Syntax
Show:
Summary
Declaration
from
coap_message.hpp:833
static
constexpr
uint8_t
kHelpDataAlignment
=
sizeof
(
uint16_t
)
;
Examples
References
from
examples
Code
Location
Scope
Referrer
static
constexpr
uint8_t
kHelpDataAlignment
=
sizeof
(
uint16_t
)
;
// Alignment of help data.
coap_message.hpp:833
static
uint16_t
GetHelpDataReserved
(
void
)
{
return
sizeof
(
HelpData
)
+
kHelpDataAlignment
;
}
coap_message.hpp:764
ot::Coap::Message
ot::Coap::Message::GetHelpDataReserved()
static_assert
(
sizeof
(
HelpData
)
+
kHelpDataAlignment
<=
kHeadBufferDataSize
,
coap_message.hpp:911
ot::Coap::Message
ot::Coap::Message::GetHelpData() const
return
*
static_cast
<
const
HelpData
*
>
(
OT_ALIGN
(
GetFirstData
(
)
,
kHelpDataAlignment
)
)
;
coap_message.hpp:914
ot::Coap::Message
ot::Coap::Message::GetHelpData() const
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ot::Coap::Message::kHelpDataAlignment
is read by 2 functions:
All items filtered out
ot::Coap::Message::kHelpDataAlignment
ot::Coap::Message::GetHelpDataReserved()
ot::Coap::Message::GetHelpData() const
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