ESP-IDF
otDnsTransportProto
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Values
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
otDnsTransportProto
otDnsTransportProto enum
Syntax
Show:
Summary
Declaration
from
dns_client.h:101
enum
{
OT_DNS_TRANSPORT_UNSPECIFIED
=
0
,
OT_DNS_TRANSPORT_UDP
=
1
,
OT_DNS_TRANSPORT_TCP
=
2
,
}
;
Values
Value
Declared as
Description
otDnsTransportProto::OT_DNS_TRANSPORT_UNSPECIFIED
=
0
otDnsTransportProto::OT_DNS_TRANSPORT_UDP
=
1
DNS transport is unspecified.
otDnsTransportProto::OT_DNS_TRANSPORT_TCP
=
2
DNS query should be sent via UDP.
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
enum
dns_client.h:101
}
otDnsTransportProto
;
dns_client.h:106
otDnsTransportProto
otDnsTransportProto
mTransportProto
;
///< Select default transport protocol.
dns_client.h:122
otDnsQueryConfig
otDnsQueryConfig::mTransportProto
mTransportProto
=
static_cast
<
otDnsTransportProto
>
(
aTransportProto
)
;
dns_client.hpp:256
ot::Dns::Client::QueryConfig::SetTransportProto()
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
otDnsQueryConfig::mTransportProto
otDnsQueryConfig
dns_client.h:122
Lifecycle
from
examples
All items filtered out
All items filtered out