ESP-IDF
ot::Coap::Message::SetVersion()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
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::Message::SetVersion()
ot::Coap::Message::SetVersion() method
Sets the Version value.
Syntax
Show:
Summary
Declaration
from
coap_message.hpp:244
void
SetVersion
(
uint8_t
aVersion
)
;
Arguments
Argument
Description
aVersion
The Version value.
Examples
References
from
examples
Code
Location
Scope
Referrer
void
SetVersion
(
uint8_t
aVersion
)
coap_message.hpp:244
SetVersion
(
kVersion1
)
;
coap_message.cpp:44
ot::Coap::Message
ot::Coap::Message::Init()
Call Tree
from
examples
ot::Coap::Message::SetVersion()
is called by 1 function and calls 1 function:
ot::Coap::Message::Init()
All items filtered out
ot::Coap::Message::SetVersion()
ot::Coap::Message::GetHelpData()
All items filtered out
Data Use
from
examples
ot::Coap::Message::SetVersion()
reads 4 variables and writes 1 variable:
ot::Coap::Message::kVersionOffset
ot::Coap::Message::kVersionMask
ot::Coap::Message::Header::mVersionTypeToken
ot::Coap::Message::HelpData::mHeader
All items filtered out
ot::Coap::Message::SetVersion()
ot::Coap::Message::Header::mVersionTypeToken
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