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
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