pub const SPINEL_PROP_THREAD_ADDRESS_CACHE_TABLE: _bindgen_ty_24 = 5411;
Expand description
EID (Endpoint Identifier) IPv6 Address Cache Table ** Format `A(t(6SCCt(bL6)t(bSS))) *
- This property provides Thread EID address cache table.
- Data per item is:
6
: Target IPv6 addressS
: RLOC16 of targetC
: Age (order of use, 0 indicates most recently used entry)C
: Entry state (values are defined by enumerationSPINEL_ADDRESS_CACHE_ENTRY_STATE_*
).t
: Info when state isSPINEL_ADDRESS_CACHE_ENTRY_STATE_CACHED
b
: Indicates whether last transaction time and ML-EID are valid.L
: Last transaction time6
: Mesh-local EIDt
: Info when state is other thanSPINEL_ADDRESS_CACHE_ENTRY_STATE_CACHED
b
: Indicates whether the entry can be evicted.S
: Timeout in secondsS
: Retry delay (applicable if in query-retry state).
*/