ESP-IDF
ot::Coap::Message::kOption2ByteExtensionOffset
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/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::kOption2ByteExtensionOffset
ot::Coap::Message::kOption2ByteExtensionOffset variable
Syntax
Show:
Summary
Declaration
from
coap_message.hpp:839
static
constexpr
uint16_t
kOption2ByteExtensionOffset
=
269
;
Examples
References
from
examples
Code
Location
Scope
Referrer
static
constexpr
uint16_t
kOption2ByteExtensionOffset
=
269
;
// Delta/Length offset as specified (RFC 7252).
coap_message.hpp:839
else
if
(
aValue
<
kOption2ByteExtensionOffset
)
coap_message.cpp:125
ot::Coap::Message
ot::Coap::Message::WriteExtendedOptionField()
BigEndian
::
WriteUint16
(
aValue
-
kOption2ByteExtensionOffset
,
aBuffer
)
;
coap_message.cpp:134
ot::Coap::Message
ot::Coap::Message::WriteExtendedOptionField()
aValue
=
value16
+
Message
::
kOption2ByteExtensionOffset
;
coap_message.cpp:637
ot::Coap::Option::Iterator
ot::Coap::Option::Iterator::ReadExtendedOptionField()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ot::Coap::Message::kOption2ByteExtensionOffset
is read by 2 functions:
All items filtered out
ot::Coap::Message::kOption2ByteExtensionOffset
ot::Coap::Message::WriteExtendedOptionField()
ot::Coap::Option::Iterator::ReadExtendedOptionField()
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