ESP-IDF
ot::Coap::Message::BlockType
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Values
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ot::Coap::Message::BlockType
ot::Coap::Message::BlockType enum
CoAP Block1/Block2 Types
Syntax
Show:
Summary
Declaration
from
coap_message.hpp:175
enum
BlockType
:
uint8_t
{
kBlockType1
=
1
,
kBlockType2
=
2
,
}
;
Values
Value
Declared as
ot::Coap::Message::BlockType::kBlockType1
=
1
ot::Coap::Message::BlockType::kBlockType2
=
2
Examples
References
from
examples
Code
Location
Scope
enum
BlockType
:
uint8_t
coap_message.hpp:175
Error
Message
::
AppendBlockOption
(
Message
::
BlockType
aType
,
uint32_t
aNum
,
bool
aMore
,
otCoapBlockSzx
aSize
)
coap_message.cpp:288
ot::Coap::Message::AppendBlockOption()
Error
AppendBlockOption
(
BlockType
aType
,
uint32_t
aNum
,
bool
aMore
,
otCoapBlockSzx
aSize
)
;
coap_message.hpp:472
ot::Coap::Message::AppendBlockOption()
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
Lifecycle
from
examples
All items filtered out
All items filtered out