ESP-IDF
ot::Coap::Message::kVersionOffset
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::kVersionOffset
ot::Coap::Message::kVersionOffset variable
Syntax
Show:
Summary
Declaration
from
coap_message.hpp:795
static
constexpr
uint8_t
kVersionOffset
=
6
;
Examples
References
from
examples
Code
Location
Scope
Referrer
static
constexpr
uint8_t
kVersionOffset
=
6
;
coap_message.hpp:795
return
(
GetHelpData
(
)
.
mHeader
.
mVersionTypeToken
&
kVersionMask
)
>
>
kVersionOffset
;
coap_message.hpp:236
ot::Coap::Message
ot::Coap::Message::GetVersion() const
GetHelpData
(
)
.
mHeader
.
mVersionTypeToken
|=
aVersion
<
<
kVersionOffset
;
coap_message.hpp:247
ot::Coap::Message
ot::Coap::Message::SetVersion()
static
constexpr
uint8_t
kVersionMask
=
0x3
<
<
kVersionOffset
;
coap_message.hpp:796
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ot::Coap::Message::kVersionOffset
is read by 2 functions:
All items filtered out
ot::Coap::Message::kVersionOffset
ot::Coap::Message::GetVersion() const
ot::Coap::Message::SetVersion()
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