otLowpanContextInfo
    #include <netdata.h>
  
Represents 6LoWPAN Context ID information associated with a prefix in Network Data.
Summary
| Public attributes | |
|---|---|
| mCompressFlag | boolThe compress flag.  | 
| mContextId | uint8_tThe 6LoWPAN Context ID.  | 
| mPrefix | The associated IPv6 prefix.  | 
| mStable | boolWhether 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.
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.