ESP-IDF
otCoapOption
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
otCoapOption
otCoapOption struct
Represents a CoAP option.
Syntax
Show:
Summary
Declaration
from
coap.h:152
typedef
struct
otCoapOption
{
uint16_t
mNumber
;
uint16_t
mLength
;
}
otCoapOption
;
Fields
Field
Declared as
otCoapOption::mNumber
uint16_t
otCoapOption::mLength
uint16_t
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
struct
otCoapOption
coap.h:152
}
otCoapOption
;
coap.h:156
otCoapOption
otCoapOption
mOption
;
///< CoAP message option
coap.h:164
otCoapOptionIterator
otCoapOptionIterator::mOption
const
otCoapOption
*
otCoapOptionIteratorGetFirstOptionMatching
(
otCoapOptionIterator
*
aIterator
,
uint16_t
aOption
)
;
coap.h:762
otCoapOptionIteratorGetFirstOptionMatching()
const
otCoapOption
*
otCoapOptionIteratorGetFirstOption
(
otCoapOptionIterator
*
aIterator
)
;
coap.h:771
otCoapOptionIteratorGetFirstOption()
const
otCoapOption
*
otCoapOptionIteratorGetNextOptionMatching
(
otCoapOptionIterator
*
aIterator
,
uint16_t
aOption
)
;
coap.h:781
otCoapOptionIteratorGetNextOptionMatching()
const
otCoapOption
*
otCoapOptionIteratorGetNextOption
(
otCoapOptionIterator
*
aIterator
)
;
coap.h:790
otCoapOptionIteratorGetNextOption()
const
otCoapOption
*
otCoapOptionIteratorGetFirstOptionMatching
(
otCoapOptionIterator
*
aIterator
,
uint16_t
aOption
)
coap_api.cpp:160
otCoapOptionIteratorGetFirstOptionMatching()
const
otCoapOption
*
otCoapOptionIteratorGetFirstOption
(
otCoapOptionIterator
*
aIterator
)
coap_api.cpp:168
otCoapOptionIteratorGetFirstOption()
const
otCoapOption
*
otCoapOptionIteratorGetNextOptionMatching
(
otCoapOptionIterator
*
aIterator
,
uint16_t
aOption
)
coap_api.cpp:176
otCoapOptionIteratorGetNextOptionMatching()
const
otCoapOption
*
otCoapOptionIteratorGetNextOption
(
otCoapOptionIterator
*
aIterator
)
coap_api.cpp:184
otCoapOptionIteratorGetNextOption()
class
Option
:
public
otCoapOption
coap_message.hpp:1001
ot::Coap::Option
DefineCoreType
(
otCoapOption
,
Coap
::
Option
)
;
coap_message.hpp:1175
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
otCoapOption
inherits 1 classes:
ot::Coap::Option
All items filtered out
otCoapOption
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
Instance
Scope
Location
Project
otCoapOptionIterator::mOption
otCoapOptionIterator
coap.h:164
return
otCoapOptionIteratorGetFirstOptionMatching()
coap.h:762
return
otCoapOptionIteratorGetFirstOption()
coap.h:771
return
otCoapOptionIteratorGetNextOptionMatching()
coap.h:781
return
otCoapOptionIteratorGetNextOption()
coap.h:790
return
otCoapOptionIteratorGetFirstOptionMatching()
coap_api.cpp:160
return
otCoapOptionIteratorGetFirstOption()
coap_api.cpp:168
return
otCoapOptionIteratorGetNextOptionMatching()
coap_api.cpp:176
return
otCoapOptionIteratorGetNextOption()
coap_api.cpp:184
Lifecycle
from
examples
All items filtered out
All items filtered out