ESP-IDF
ot::Coap::Option::Iterator::Read()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ot::Coap::Option::Iterator::Read()
ot::Coap::Option::Iterator::Read() method
Syntax
Show:
Summary
Declaration
Definition
from
coap_message.hpp:1149
Error
Read
(
uint16_t
aLength
,
void
*
aBuffer
)
;
Implemented in
coap_message.cpp:603
Arguments
Argument
aLength
aBuffer
Examples
References
from
examples
Code
Location
Scope
Referrer
Error
Option
::
Iterator
::
Read
(
uint16_t
aLength
,
void
*
aBuffer
)
coap_message.cpp:603
Error
Read
(
uint16_t
aLength
,
void
*
aBuffer
)
;
coap_message.hpp:1149
error
=
Read
(
sizeof
(
uint8_t
)
,
&
headerByte
)
;
coap_message.cpp:529
ot::Coap::Option::Iterator
ot::Coap::Option::Iterator::Advance()
SuccessOrExit
(
error
=
Read
(
sizeof
(
uint8_t
)
,
&
value8
)
)
;
coap_message.cpp:628
ot::Coap::Option::Iterator
ot::Coap::Option::Iterator::ReadExtendedOptionField()
SuccessOrExit
(
error
=
Read
(
sizeof
(
uint16_t
)
,
&
value16
)
)
;
coap_message.cpp:635
ot::Coap::Option::Iterator
ot::Coap::Option::Iterator::ReadExtendedOptionField()
Call Tree
from
examples
ot::Coap::Option::Iterator::Read()
is called by 2 functions and calls 1 function:
ot::Coap::Option::Iterator::Advance()
ot::Coap::Option::Iterator::ReadExtendedOptionField()
All items filtered out
ot::Coap::Option::Iterator::Read()
ot::Coap::Option::Iterator::GetMessage() const
All items filtered out
Data Use
from
examples
ot::Coap::Option::Iterator::Read()
reads 2 variables and writes 1 variable:
ot::kErrorNone
otCoapOptionIterator::mNextOptionOffset
All items filtered out
ot::Coap::Option::Iterator::Read()
otCoapOptionIterator::mNextOptionOffset
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