ESP-IDF
ot::Dns::SigRecord::IsValid() const
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/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::SigRecord::IsValid() const
ot::Dns::SigRecord::IsValid() const method
Tells whether the SIG record is valid.
Syntax
Show:
Summary
Declaration
Definition
from
dns_types.hpp:2166
bool
IsValid
(
void
)
const
;
Implemented in
dns_types.cpp:1204
Return value
TRUE if this is a valid SIG record, FALSE if not a valid SIG record.
Examples
References
from
examples
Code
Location
Scope
Referrer
bool
SigRecord
::
IsValid
(
void
)
const
dns_types.cpp:1204
bool
IsValid
(
void
)
const
;
dns_types.hpp:2166
VerifyOrExit
(
sigRecord
.
IsValid
(
)
,
error
=
kErrorParse
)
;
srp_server.cpp:1261
ot::Srp::Server
ot::Srp::Server::ProcessAdditionalSection() const
Call Tree
from
examples
ot::Dns::SigRecord::IsValid() const
is called by 1 function:
ot::Srp::Server::ProcessAdditionalSection() const
All items filtered out
ot::Dns::SigRecord::IsValid() const
All items filtered out
Data Use
from
examples
ot::Dns::SigRecord::IsValid() const
reads 3 variables:
ot::Dns::ResourceRecord::kTypeSig
ot::Dns::ResourceRecord::GetType() const
ot::Dns::ResourceRecord::GetLength() const
All items filtered out
ot::Dns::SigRecord::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