ESP-IDF
ot::Message::Origin
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::Message::Origin
ot::Message::Origin enum
Represents an IPv6 message origin.
Syntax
Show:
Summary
Declaration
from
message.hpp:342
enum
Origin
:
uint8_t
{
kOriginThreadNetif
=
OT_MESSAGE_ORIGIN_THREAD_NETIF
,
kOriginHostTrusted
=
OT_MESSAGE_ORIGIN_HOST_TRUSTED
,
kOriginHostUntrusted
=
OT_MESSAGE_ORIGIN_HOST_UNTRUSTED
,
}
;
Values
Value
Declared as
ot::Message::Origin::kOriginThreadNetif
=
OT_MESSAGE_ORIGIN_THREAD_NETIF
ot::Message::Origin::kOriginHostTrusted
=
OT_MESSAGE_ORIGIN_HOST_TRUSTED
ot::Message::Origin::kOriginHostUntrusted
=
OT_MESSAGE_ORIGIN_HOST_UNTRUSTED
Examples
References
from
examples
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