ESP-IDF
kTypeReset
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/5)...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
kTypeReset
kTypeReset value
Syntax
Show:
Summary
Declaration
from
coap_message.hpp:80
kTypeReset
=
OT_COAP_TYPE_RESET
;
Examples
References
from
examples
Code
Location
Scope
Referrer
kTypeReset
=
OT_COAP_TYPE_RESET
,
///< Reset type.
coap_message.hpp:80
case
kTypeReset
:
coap.cpp:232
ot::Coap::CoapBase
ot::Coap::CoapBase::SendMessage()
return
SendEmptyMessage
(
kTypeReset
,
aRequest
,
aMessageInfo
)
;
coap.cpp:375
ot::Coap::CoapBase
ot::Coap::CoapBase::SendReset()
case
kTypeReset
:
coap.cpp:1090
ot::Coap::CoapBase
ot::Coap::CoapBase::ProcessReceivedResponse()
bool
IsReset
(
void
)
const
{
return
(
GetType
(
)
==
kTypeReset
)
;
}
coap_message.hpp:717
ot::Coap::Message
ot::Coap::Message::IsReset() const
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
kTypeReset
is read by 4 functions:
All items filtered out
kTypeReset
ot::Coap::Message::IsReset() const
ot::Coap::CoapBase::SendMessage()
ot::Coap::CoapBase::SendReset()
ot::Coap::CoapBase::ProcessReceivedResponse()
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