ESP-IDF
otCoapOptionIteratorGetFirstOption()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
otCoapOptionIteratorGetFirstOption()
otCoapOptionIteratorGetFirstOption() function
Returns a pointer to the first option.
Syntax
Show:
Summary
Declaration
Definition
from
coap.h:771
const
otCoapOption
*
otCoapOptionIteratorGetFirstOption
(
otCoapOptionIterator
*
aIterator
)
;
Implemented in
coap_api.cpp:168
Arguments
Argument
Description
aIterator
A pointer to the CoAP message option iterator.
Return value
A pointer to the first option. If no option is present NULL pointer is returned.
Related Functions
Found 6 other functions taking a
otCoapOptionIterator
argument:
Function
Description
otCoapOptionIteratorInit()
Initialises an iterator for the options in the given message.
otCoapOptionIteratorGetFirstOptionMatching()
Returns a pointer to the first option matching the specified option number.
otCoapOptionIteratorGetNextOptionMatching()
Returns a pointer to the next option matching the specified option number.
otCoapOptionIteratorGetNextOption()
Returns a pointer to the next option.
otCoapOptionIteratorGetOptionUintValue()
Fills current option value into @p aValue assuming the current value is an unsigned integer encoded according to https://tools.ietf.org/html/rfc7252#section-3.2 @see otCoapMessageAppendUintOption
otCoapOptionIteratorGetOptionValue()
Fills current option value into @p aValue.
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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