ESP-IDF
ot::Lowpan::Context
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ot::Lowpan::Context
ot::Lowpan::Context struct
Represents a LOWPAN_IPHC Context.
Syntax
Show:
Summary
Declaration
from
lowpan.hpp:73
struct
Context
:
public
Clearable
<
Context
>
{
Ip6
::
Prefix
mPrefix
;
uint8_t
mContextId
;
bool
mCompressFlag
;
bool
mIsValid
;
}
;
Fields
Field
Declared as
ot::Lowpan::Context::mPrefix
Ip6
::
Prefix
ot::Lowpan::Context::mContextId
uint8_t
ot::Lowpan::Context::mCompressFlag
bool
ot::Lowpan::Context::mIsValid
bool
Related Functions
Found 8 other functions taking a
Context
argument:
Function
Description
ot::Lowpan::Lowpan::ComputeIid()
ot::Lowpan::Lowpan::FindContextForId() const
ot::Lowpan::Lowpan::FindContextToCompressAddress() const
ot::Lowpan::Lowpan::CompressSourceIid()
ot::Lowpan::Lowpan::CompressDestinationIid()
ot::NetworkData::Leader::GetContext() const
Retrieves the 6LoWPAN Context information based on a given IPv6 address.
ot::NetworkData::Leader::GetContextForMeshLocalPrefix() const
ot::Dhcp6::Server::AddPrefixAgent()
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