ESP-IDF
ot::Coap::Message::Header::mToken
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (1/5)...
Files
loading (3/5)...
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::mToken
ot::Coap::Message::Header::mToken field
Syntax
Show:
Summary
Declaration
from
coap_message.hpp:866
uint8_t
mToken
[
kMaxTokenLength
]
;
Examples
References
from
examples
Code
Location
Scope
Referrer
uint8_t
mToken
[
kMaxTokenLength
]
;
///< The CoAP Token
coap_message.hpp:866
SuccessOrExit
(
error
=
Read
(
offset
,
GetHelpData
(
)
.
mHeader
.
mToken
,
GetTokenLength
(
)
)
)
;
coap_message.cpp:383
ot::Coap::Message
ot::Coap::Message::ParseHeader()
const
uint8_t
*
GetToken
(
void
)
const
{
return
GetHelpData
(
)
.
mHeader
.
mToken
;
}
coap_message.hpp:320
ot::Coap::Message
ot::Coap::Message::GetToken() const
uint8_t
*
GetToken
(
void
)
{
return
GetHelpData
(
)
.
mHeader
.
mToken
;
}
coap_message.hpp:919
ot::Coap::Message
ot::Coap::Message::GetToken()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ot::Coap::Message::Header::mToken
is read by 3 functions:
All items filtered out
ot::Coap::Message::Header::mToken
ot::Coap::Message::GetToken() const
ot::Coap::Message::GetToken()
ot::Coap::Message::ParseHeader()
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