otLowpanContextInfo

#include <netdata.h>

Represents 6LoWPAN Context ID information associated with a prefix in Network Data.

Summary

Public attributes

mCompressFlag
bool
The compress flag.
mContextId
uint8_t
The 6LoWPAN Context ID.
mPrefix
The associated IPv6 prefix.
mStable
bool
Whether the Context TLV is marked as Stable Network Data.

Public attributes

mCompressFlag

bool otLowpanContextInfo::mCompressFlag

The compress flag.

mContextId

uint8_t otLowpanContextInfo::mContextId

The 6LoWPAN Context ID.

mPrefix

otIp6Prefix otLowpanContextInfo::mPrefix

The associated IPv6 prefix.

mStable

bool otLowpanContextInfo::mStable

Whether the Context TLV is marked as Stable Network Data.

Resources

OpenThread API Reference topics originate from the source code, available on GitHub. For more information, or to contribute to our documentation, refer to Resources.