ESP-IDF
ot::Dns::Header::QueryType
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
ot::Dns::Header::QueryType
ot::Dns::Header::QueryType enum
Defines types of query.
Syntax
Show:
Summary
Declaration
from
dns_types.hpp:134
enum
QueryType
:
uint8_t
{
kQueryTypeStandard
=
0
,
kQueryTypeInverse
=
1
,
kQueryTypeStatus
=
2
,
kQueryTypeNotify
=
4
,
kQueryTypeUpdate
=
5
,
kQueryTypeDso
=
6
,
}
;
Values
Value
Declared as
ot::Dns::Header::QueryType::kQueryTypeStandard
=
0
ot::Dns::Header::QueryType::kQueryTypeInverse
=
1
ot::Dns::Header::QueryType::kQueryTypeStatus
=
2
ot::Dns::Header::QueryType::kQueryTypeNotify
=
4
ot::Dns::Header::QueryType::kQueryTypeUpdate
=
5
ot::Dns::Header::QueryType::kQueryTypeDso
=
6
Examples
References
from
examples
Code
Location
Scope
Referrer
enum
QueryType
:
uint8_t
dns_types.hpp:134
QueryType
GetQueryType
(
void
)
const
{
return
static_cast
<
QueryType
>
(
(
mFlags
[
0
]
&
kOpCodeMask
)
>
>
kOpCodeOffset
)
;
}
dns_types.hpp:149
ot::Dns::Header::GetQueryType() const
void
SetQueryType
(
QueryType
aType
)
dns_types.hpp:156
ot::Dns::Header::SetQueryType()
ot::Dns::Header::SetQueryType()::aType
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
ot::Dns::Header::GetQueryType() const
dns_types.hpp:149
ot::Dns::Header::SetQueryType()::aType
ot::Dns::Header::SetQueryType()
dns_types.hpp:156
Lifecycle
from
examples
All items filtered out
All items filtered out