ESP-IDF
ot::Dns::KeyRecord::IsValid() const
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::KeyRecord::IsValid() const
ot::Dns::KeyRecord::IsValid() const method
Tells whether the KEY record is valid.
Syntax
Show:
Summary
Declaration
Definition
from
dns_types.hpp:2018
bool
IsValid
(
void
)
const
;
Implemented in
dns_types.cpp:1188
Return value
TRUE if this is a valid KEY record, FALSE if an invalid KEY record.
Examples
References
from
examples
Code
Location
Referrer
bool
KeyRecord
::
IsValid
(
void
)
const
{
return
GetType
(
)
==
Dns
::
ResourceRecord
::
kTypeKey
;
}
dns_types.cpp:1188
bool
IsValid
(
void
)
const
;
dns_types.hpp:2018
return
KeyRecord
::
IsValid
(
)
&&
GetLength
(
)
==
sizeof
(
*
this
)
-
sizeof
(
ResourceRecord
)
&&
dns_types.cpp:1199
ot::Dns::Ecdsa256KeyRecord::IsValid() const
Call Tree
from
examples
ot::Dns::KeyRecord::IsValid() const
calls 1 function:
All items filtered out
ot::Dns::KeyRecord::IsValid() const
ot::Dns::ResourceRecord::GetType() const
All items filtered out
Data Use
from
examples
ot::Dns::KeyRecord::IsValid() const
reads 1 variable and writes 1 variable:
ot::Dns::ResourceRecord::kTypeKey
All items filtered out
ot::Dns::KeyRecord::IsValid() const
ot::Dns::Ecdsa256KeyRecord::IsValid() 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