ESP-IDF
otDnssdQueryType
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (1/5)...
Files
loading (3/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
otDnssdQueryType
otDnssdQueryType enum
Syntax
Show:
Summary
Declaration
from
dnssd_server.h:135
enum
{
OT_DNSSD_QUERY_TYPE_NONE
=
0
,
OT_DNSSD_QUERY_TYPE_BROWSE
=
1
,
OT_DNSSD_QUERY_TYPE_RESOLVE
=
2
,
OT_DNSSD_QUERY_TYPE_RESOLVE_HOST
=
3
,
}
;
Values
Value
Declared as
otDnssdQueryType::OT_DNSSD_QUERY_TYPE_NONE
=
0
otDnssdQueryType::OT_DNSSD_QUERY_TYPE_BROWSE
=
1
otDnssdQueryType::OT_DNSSD_QUERY_TYPE_RESOLVE
=
2
otDnssdQueryType::OT_DNSSD_QUERY_TYPE_RESOLVE_HOST
=
3
Examples
References
from
examples
Code
Location
Referrer
typedef
enum
dnssd_server.h:135
}
otDnssdQueryType
;
dnssd_server.h:141
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
otDnssdQueryType
otDnssdGetQueryTypeAndName
(
const
otDnssdQuery
*
aQuery
,
char
(
*
aNameOutput
)
[
OT_DNS_MAX_NAME_SIZE
]
)
dns_server_api.cpp:74
otDnssdGetQueryTypeAndName()
}
otDnssdQueryType
;
dnssd_server.h:141
otDnssdQueryType
otDnssdQueryType
otDnssdGetQueryTypeAndName
(
const
otDnssdQuery
*
aQuery
,
char
(
*
aNameOutput
)
[
OT_DNS_MAX_NAME_SIZE
]
)
;
dnssd_server.h:236
otDnssdGetQueryTypeAndName()
DefineMapEnum
(
otDnssdQueryType
,
Dns
::
ServiceDiscovery
::
Server
::
DnsQueryType
)
;
dnssd_server.hpp:600
ot::MappedEnum::Type
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
return
otDnssdGetQueryTypeAndName()
dnssd_server.h:236
ot::MappedEnum::Type
dnssd_server.hpp:600
return
otDnssdGetQueryTypeAndName()
dns_server_api.cpp:74
Lifecycle
from
examples
All items filtered out
All items filtered out