ESP-IDF
ot::Coap::Message::Header
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
ot::Coap::Message::Header
ot::Coap::Message::Header struct
Syntax
Show:
Summary
Declaration
from
coap_message.hpp:861
struct
Header
{
uint8_t
mVersionTypeToken
;
uint8_t
mCode
;
uint16_t
mMessageId
;
uint8_t
mToken
[
kMaxTokenLength
]
;
}
;
Fields
Field
Declared as
ot::Coap::Message::Header::mVersionTypeToken
uint8_t
ot::Coap::Message::Header::mCode
uint8_t
ot::Coap::Message::Header::mMessageId
uint16_t
ot::Coap::Message::Header::mToken
uint8_t
[
kMaxTokenLength
]
Examples
References
from
examples
Code
Location
Scope
Referrer
struct
Header
coap_message.hpp:861
Header
mHeader
;
coap_message.hpp:874
ot::Coap::Message::HelpData
ot::Coap::Message::HelpData::mHeader
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
Instance
Scope
Location
Project
ot::Coap::Message::HelpData::mHeader
ot::Coap::Message::HelpData
coap_message.hpp:874
Lifecycle
from
examples
All items filtered out
All items filtered out