ESP-IDF
otCoapOption::mNumber
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
otCoapOption::mNumber
otCoapOption::mNumber field
Syntax
Show:
Summary
Declaration
from
coap.h:154
uint16_t
mNumber
;
Examples
References
from
examples
Code
Location
Scope
Referrer
uint16_t
mNumber
;
///< Option Number
coap.h:154
mOption
.
mNumber
=
0
;
coap_message.cpp:509
ot::Coap::Option::Iterator
ot::Coap::Option::Iterator::Init()
mOption
.
mNumber
+=
optionDelta
;
coap_message.cpp:558
ot::Coap::Option::Iterator
ot::Coap::Option::Iterator::Advance()
uint16_t
GetNumber
(
void
)
const
{
return
mNumber
;
}
coap_message.hpp:1159
ot::Coap::Option
ot::Coap::Option::GetNumber() const
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
otCoapOption::mNumber
is written by 2 functions and is read by 2 functions:
ot::Coap::Option::Iterator::Init()
ot::Coap::Option::Iterator::Advance()
All items filtered out
otCoapOption::mNumber
ot::Coap::Option::GetNumber() const
ot::Coap::Option::Iterator::Advance()
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