ESP-IDF
otCacheEntryState
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
Summary
Syntax
Values
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
otCacheEntryState
otCacheEntryState enum
Syntax
Show:
Summary
Declaration
from
thread_ftd.h:86
enum
otCacheEntryState
{
OT_CACHE_ENTRY_STATE_CACHED
=
0
,
OT_CACHE_ENTRY_STATE_SNOOPED
=
1
,
OT_CACHE_ENTRY_STATE_QUERY
=
2
,
OT_CACHE_ENTRY_STATE_RETRY_QUERY
=
3
,
}
;
Values
Value
Declared as
otCacheEntryState::OT_CACHE_ENTRY_STATE_CACHED
=
0
otCacheEntryState::OT_CACHE_ENTRY_STATE_SNOOPED
=
1
otCacheEntryState::OT_CACHE_ENTRY_STATE_QUERY
=
2
otCacheEntryState::OT_CACHE_ENTRY_STATE_RETRY_QUERY
=
3
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
enum
otCacheEntryState
thread_ftd.h:86
}
otCacheEntryState
;
thread_ftd.h:92
DefineMapEnum
(
otCacheEntryState
,
AddressResolver
::
EntryInfo
::
State
)
;
address_resolver.hpp:402
DefineMapEnum
(
otBackboneRouterState
,
BackboneRouter
::
Local
::
State
)
;
bbr_local.hpp:302
DefineMapEnum
(
otCoapType
,
Coap
::
Type
)
;
coap_message.hpp:1177
DefineMapEnum
(
otCoapCode
,
Coap
::
Code
)
;
coap_message.hpp:1178
DefineMapEnum
(
otDnssdQueryType
,
Dns
::
ServiceDiscovery
::
Server
::
DnsQueryType
)
;
dnssd_server.hpp:600
DefineMapEnum
(
otMessageOrigin
,
Message
::
Origin
)
;
message.hpp:1906
DefineMapEnum
(
otDeviceRole
,
Mle
::
DeviceRole
)
;
mle_types.hpp:700
DefineMapEnum
(
otPowerSupply
,
Mle
::
DeviceProperties
::
PowerSupply
)
;
mle_types.hpp:703
DefineMapEnum
(
otBackboneRouterMulticastListenerEvent
,
BackboneRouter
::
MulticastListenersTable
::
Listener
::
Event
)
;
multicast_listeners_table.hpp:224
DefineMapEnum
(
otNat64State
,
Nat64
::
State
)
;
nat64_translator.hpp:380
DefineMapEnum
(
otBackboneRouterNdProxyEvent
,
BackboneRouter
::
NdProxyTable
::
NdProxy
::
Event
)
;
ndproxy_table.hpp:302
DefineMapEnum
(
otBorderRoutingState
,
BorderRouter
::
RoutingManager
::
State
)
;
routing_manager.hpp:1638
DefineMapEnum
(
otSrpClientItemState
,
Srp
::
Client
::
ItemState
)
;
srp_client.hpp:1118
DefineMapEnum
(
otSrpServerState
,
Srp
::
Server
::
State
)
;
srp_server.hpp:1023
DefineMapEnum
(
otSrpServerAddressMode
,
Srp
::
Server
::
AddressMode
)
;
srp_server.hpp:1024
DefineMapEnum
(
otNetifIdentifier
,
Ip6
::
NetifIdentifier
)
;
udp6.hpp:671
DefineMapEnum
(
otCacheEntryState
,
AddressResolver
::
EntryInfo
::
State
)
;
address_resolver.hpp:402
ot::MappedEnum::Type
}
otCacheEntryState
;
thread_ftd.h:92
otCacheEntryState
otCacheEntryState
mState
;
///< Entry state
thread_ftd.h:101
otCacheEntryInfo
otCacheEntryInfo::mState
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
Instance
Scope
Location
Project
otCacheEntryInfo::mState
otCacheEntryInfo
thread_ftd.h:101
ot::MappedEnum::Type
address_resolver.hpp:402
Lifecycle
from
examples
All items filtered out
All items filtered out