ESP-IDF
ot::Dns::ResourceRecord::mTtl
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
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::mTtl
ot::Dns::ResourceRecord::mTtl field
Syntax
Show:
Summary
Declaration
from
dns_types.hpp:1517
uint32_t
mTtl
;
Examples
References
from
examples
Code
Location
Scope
Referrer
uint32_t
mTtl
;
// Specifies the maximum time that the resource record may be cached.
dns_types.hpp:1517
uint32_t
GetTtl
(
void
)
const
{
return
BigEndian
::
HostSwap32
(
mTtl
)
;
}
dns_types.hpp:1337
ot::Dns::ResourceRecord
ot::Dns::ResourceRecord::GetTtl() const
void
SetTtl
(
uint32_t
aTtl
)
{
mTtl
=
BigEndian
::
HostSwap32
(
aTtl
)
;
}
dns_types.hpp:1344
ot::Dns::ResourceRecord
ot::Dns::ResourceRecord::SetTtl()
uint8_t
GetTtlByteAt
(
uint8_t
aIndex
)
const
{
return
reinterpret_cast
<
const
uint8_t
*
>
(
&
mTtl
)
[
aIndex
]
;
}
dns_types.hpp:2417
ot::Dns::OptRecord
ot::Dns::OptRecord::GetTtlByteAt() const
uint8_t
&
GetTtlByteAt
(
uint8_t
aIndex
)
{
return
reinterpret_cast
<
uint8_t
*
>
(
&
mTtl
)
[
aIndex
]
;
}
dns_types.hpp:2418
ot::Dns::OptRecord
ot::Dns::OptRecord::GetTtlByteAt()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ot::Dns::ResourceRecord::mTtl
is written by 1 function and is read by 1 function:
ot::Dns::ResourceRecord::SetTtl()
All items filtered out
ot::Dns::ResourceRecord::mTtl
ot::Dns::ResourceRecord::GetTtl() 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