ESP-IDF
ot::MeshCoP::ExtendedTlv
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (1/5)...
Files
loading (3/5)...
Summary
Syntax
Methods
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ot::MeshCoP::ExtendedTlv
ot::MeshCoP::ExtendedTlv class
Syntax
Show:
Summary
Declaration
from
meshcop_tlvs.hpp:164
class
ExtendedTlv
:
public
ot
::
ExtendedTlv
{
public
:
MeshCoP
::
Tlv
::
Type
GetType
(
void
)
const
{
return
static_cast
<
MeshCoP
::
Tlv
::
Type
>
(
ot
::
ExtendedTlv
::
GetType
(
)
)
;
}
void
SetType
(
MeshCoP
::
Tlv
::
Type
aType
)
{
ot
::
ExtendedTlv
::
SetType
(
static_cast
<
uint8_t
>
(
aType
)
)
;
}
}
;
Methods
GetType() const
Returns the Type value.
SetType()
Sets the Type value.
Examples
References
from
examples
Code
Location
Scope
class
ExtendedTlv
:
public
ot
::
ExtendedTlv
meshcop_tlvs.hpp:164
ExtendedTlv
extTlv
;
border_agent.cpp:399
ot::MeshCoP::BorderAgent::HandleUdpReceive()
ExtendedTlv
tlv
;
joiner_router.cpp:122
ot::MeshCoP::JoinerRouter::HandleUdpReceive()
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
ot::MeshCoP::ExtendedTlv
is inherited by 1 classes:
All items filtered out
ot::MeshCoP::ExtendedTlv
ot::ExtendedTlv
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