ESP-IDF
ot::Coap::Message::kTypeMask
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::kTypeMask
ot::Coap::Message::kTypeMask variable
Syntax
Show:
Summary
Declaration
from
coap_message.hpp:799
static
constexpr
uint8_t
kTypeMask
=
0x3
<
<
kTypeOffset
;
Examples
References
from
examples
Code
Location
Scope
Referrer
static
constexpr
uint8_t
kTypeMask
=
0x3
<
<
kTypeOffset
;
coap_message.hpp:799
uint8_t
GetType
(
void
)
const
{
return
(
GetHelpData
(
)
.
mHeader
.
mVersionTypeToken
&
kTypeMask
)
>
>
kTypeOffset
;
}
coap_message.hpp:255
ot::Coap::Message
ot::Coap::Message::GetType() const
GetHelpData
(
)
.
mHeader
.
mVersionTypeToken
&=
~
kTypeMask
;
coap_message.hpp:264
ot::Coap::Message
ot::Coap::Message::SetType()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ot::Coap::Message::kTypeMask
is read by 2 functions:
All items filtered out
ot::Coap::Message::kTypeMask
ot::Coap::Message::GetType() const
ot::Coap::Message::SetType()
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