ESP-IDF
otHistoryTrackerUnicastAddressInfo
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
otHistoryTrackerUnicastAddressInfo
otHistoryTrackerUnicastAddressInfo struct
Represent a unicast IPv6 address info.
Syntax
Show:
Summary
Declaration
from
history_tracker.h:98
typedef
struct
otHistoryTrackerUnicastAddressInfo
{
otIp6Address
mAddress
;
uint8_t
mPrefixLength
;
uint8_t
mAddressOrigin
;
otHistoryTrackerAddressEvent
mEvent
;
uint8_t
mScope
:
4
;
bool
mPreferred
:
1
;
bool
mValid
:
1
;
bool
mRloc
:
1
;
}
otHistoryTrackerUnicastAddressInfo
;
Fields
Field
Declared as
otHistoryTrackerUnicastAddressInfo::mAddress
otIp6Address
otHistoryTrackerUnicastAddressInfo::mPrefixLength
uint8_t
otHistoryTrackerUnicastAddressInfo::mAddressOrigin
uint8_t
otHistoryTrackerUnicastAddressInfo::mEvent
otHistoryTrackerAddressEvent
otHistoryTrackerUnicastAddressInfo::mScope
uint8_t
:
4
otHistoryTrackerUnicastAddressInfo::mPreferred
bool
:
1
otHistoryTrackerUnicastAddressInfo::mValid
bool
:
1
otHistoryTrackerUnicastAddressInfo::mRloc
bool
:
1
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