ESP-IDF
ot::Coap::TxParameters::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::Coap::TxParameters::IsValid() const
ot::Coap::TxParameters::IsValid() const method
Validates whether the CoAP transmission parameters are valid.
Syntax
Show:
Summary
Declaration
Definition
from
coap.hpp:109
bool
IsValid
(
void
)
const
;
Implemented in
coap.cpp:1600
Return value
Whether the parameters are valid.
Examples
References
from
examples
Code
Location
Referrer
bool
TxParameters
::
IsValid
(
void
)
const
coap.cpp:1600
bool
IsValid
(
void
)
const
;
coap.hpp:109
VerifyOrExit
(
txParameters
.
IsValid
(
)
,
error
=
kErrorInvalidArgs
)
;
coap_api.cpp:246
otCoapSendRequestWithParameters()
Call Tree
from
examples
ot::Coap::TxParameters::IsValid() const
is called by 1 function and calls 1 function:
otCoapSendRequestWithParameters()
All items filtered out
ot::Coap::TxParameters::IsValid() const
ot::Coap::Multiply()
All items filtered out
Data Use
from
examples
ot::Coap::TxParameters::IsValid() const
reads 5 variables:
otCoapTxParameters::mAckTimeout
otCoapTxParameters::mAckRandomFactorNumerator
otCoapTxParameters::mAckRandomFactorDenominator
otCoapTxParameters::mMaxRetransmit
ot::Coap::TxParameters::kDefaultMaxLatency
All items filtered out
ot::Coap::TxParameters::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