ESP-IDF
ot::Dns::ResourceRecord::mClass
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ot::Dns::ResourceRecord::mClass
ot::Dns::ResourceRecord::mClass field
Syntax
Show:
Summary
Declaration
from
dns_types.hpp:1516
uint16_t
mClass
;
Examples
References
from
examples
Code
Location
Scope
Referrer
uint16_t
mClass
;
// The class of the data in RDATA section.
dns_types.hpp:1516
return
(
mType
==
BigEndian
::
HostSwap16
(
aType
)
)
&&
(
mClass
==
BigEndian
::
HostSwap16
(
aClass
)
)
;
dns_types.hpp:1301
ot::Dns::ResourceRecord
ot::Dns::ResourceRecord::Matches() const
uint16_t
GetClass
(
void
)
const
{
return
BigEndian
::
HostSwap16
(
mClass
)
;
}
dns_types.hpp:1323
ot::Dns::ResourceRecord
ot::Dns::ResourceRecord::GetClass() const
void
SetClass
(
uint16_t
aClass
)
{
mClass
=
BigEndian
::
HostSwap16
(
aClass
)
;
}
dns_types.hpp:1330
ot::Dns::ResourceRecord
ot::Dns::ResourceRecord::SetClass()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ot::Dns::ResourceRecord::mClass
is written by 1 function and is read by 2 functions:
ot::Dns::ResourceRecord::SetClass()
All items filtered out
ot::Dns::ResourceRecord::mClass
ot::Dns::ResourceRecord::Matches() const
ot::Dns::ResourceRecord::GetClass() const
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