ESP-IDF
kBlockType1
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
kBlockType1
kBlockType1 value
Syntax
Show:
Summary
Declaration
from
coap_message.hpp:177
kBlockType1
=
1
;
Examples
References
from
examples
Code
Location
Scope
Referrer
kBlockType1
=
1
,
coap_message.hpp:177
return
AsCoapMessage
(
aMessage
)
.
AppendBlockOption
(
Coap
::
Message
::
kBlockType1
,
aNum
,
aMore
,
aSize
)
;
coap_api.cpp:115
otCoapMessageAppendBlock1Option()
VerifyOrExit
(
aType
==
kBlockType1
||
aType
==
kBlockType2
,
error
=
kErrorInvalidArgs
)
;
coap_message.cpp:293
ot::Coap::Message
ot::Coap::Message::AppendBlockOption()
error
=
AppendUintOption
(
(
aType
==
kBlockType1
)
?
kOptionBlock1
:
kOptionBlock2
,
encoded
)
;
coap_message.cpp:300
ot::Coap::Message
ot::Coap::Message::AppendBlockOption()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
kBlockType1
is read by 2 functions:
All items filtered out
kBlockType1
otCoapMessageAppendBlock1Option()
ot::Coap::Message::AppendBlockOption()
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