ESP-IDF
ot::Message::SubType
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
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::Message::SubType
ot::Message::SubType enum
Represents the message sub-type.
Syntax
Show:
Summary
Declaration
from
message.hpp:291
enum
SubType
:
uint8_t
{
kSubTypeNone
=
0
,
kSubTypeMle
=
1
,
kSubTypeMplRetransmission
=
2
,
kSubTypeJoinerEntrust
=
3
,
kSubTypeJoinerFinalizeResponse
=
4
,
}
;
Values
Value
Declared as
ot::Message::SubType::kSubTypeNone
=
0
ot::Message::SubType::kSubTypeMle
=
1
ot::Message::SubType::kSubTypeMplRetransmission
=
2
ot::Message::SubType::kSubTypeJoinerEntrust
=
3
ot::Message::SubType::kSubTypeJoinerFinalizeResponse
=
4
Examples
References
from
examples
Code
Location
Scope
Referrer
enum
SubType
:
uint8_t
message.hpp:291
SubType
GetSubType
(
void
)
const
{
return
static_cast
<
SubType
>
(
GetMetadata
(
)
.
mSubType
)
;
}
message.hpp:554
ot::Message::GetSubType() const
void
SetSubType
(
SubType
aSubType
)
{
GetMetadata
(
)
.
mSubType
=
aSubType
;
}
message.hpp:561
ot::Message::SetSubType()
ot::Message::SetSubType()::aSubType
Message
::
SubType
aMessageSubType
)
secure_transport.cpp:1174
ot::MeshCoP::SecureTransport::HandleSecureTransportSend()
ot::MeshCoP::SecureTransport::HandleSecureTransportSend()::aMessageSubType
void
SetDefaultMessageSubType
(
Message
::
SubType
aMessageSubType
)
{
mMessageDefaultSubType
=
aMessageSubType
;
}
secure_transport.hpp:453
ot::MeshCoP::SecureTransport::SetDefaultMessageSubType()
ot::MeshCoP::SecureTransport::SetDefaultMessageSubType()::aMessageSubType
Error
HandleSecureTransportSend
(
const
uint8_t
*
aBuf
,
uint16_t
aLength
,
Message
::
SubType
aMessageSubType
)
;
secure_transport.hpp:573
ot::MeshCoP::SecureTransport::HandleSecureTransportSend()
ot::MeshCoP::SecureTransport::HandleSecureTransportSend()::aMessageSubType
Message
::
SubType
mMessageSubType
;
secure_transport.hpp:657
ot::MeshCoP::SecureTransport
ot::MeshCoP::SecureTransport::mMessageSubType
Message
::
SubType
mMessageDefaultSubType
;
secure_transport.hpp:658
ot::MeshCoP::SecureTransport
ot::MeshCoP::SecureTransport::mMessageDefaultSubType
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
Instance
Scope
Location
Project
return
ot::Message::GetSubType() const
message.hpp:554
ot::Message::SetSubType()::aSubType
ot::Message::SetSubType()
message.hpp:561
ot::MeshCoP::SecureTransport::SetDefaultMessageSubType()::aMessageSubType
ot::MeshCoP::SecureTransport::SetDefaultMessageSubType()
secure_transport.hpp:453
ot::MeshCoP::SecureTransport::HandleSecureTransportSend()::aMessageSubType
ot::MeshCoP::SecureTransport::HandleSecureTransportSend()
secure_transport.hpp:573
ot::MeshCoP::SecureTransport::mMessageSubType
ot::MeshCoP::SecureTransport
secure_transport.hpp:657
ot::MeshCoP::SecureTransport::mMessageDefaultSubType
ot::MeshCoP::SecureTransport
secure_transport.hpp:658
ot::MeshCoP::SecureTransport::HandleSecureTransportSend()::aMessageSubType
ot::MeshCoP::SecureTransport::HandleSecureTransportSend()
secure_transport.cpp:1174
Lifecycle
from
examples
All items filtered out
All items filtered out