ESP-IDF
ot::Coap::TxParameters::kDefaultMaxLatency
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/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::kDefaultMaxLatency
ot::Coap::TxParameters::kDefaultMaxLatency variable
Syntax
Show:
Summary
Declaration
from
coap.hpp:123
static
constexpr
uint32_t
kDefaultMaxLatency
=
100000
;
Examples
References
from
examples
Code
Location
Scope
Referrer
static
constexpr
uint32_t
kDefaultMaxLatency
=
100000
;
// in msec
coap.hpp:123
rval
=
(
tmp
!=
0
&&
(
tmp
+
mAckTimeout
+
2
*
kDefaultMaxLatency
)
>
tmp
)
;
coap.cpp:1613
ot::Coap::TxParameters
ot::Coap::TxParameters::IsValid() const
return
CalculateSpan
(
mMaxRetransmit
)
+
2
*
kDefaultMaxLatency
+
mAckTimeout
;
coap.cpp:1628
ot::Coap::TxParameters
ot::Coap::TxParameters::CalculateExchangeLifetime() const
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ot::Coap::TxParameters::kDefaultMaxLatency
is read by 2 functions:
All items filtered out
ot::Coap::TxParameters::kDefaultMaxLatency
ot::Coap::TxParameters::IsValid() const
ot::Coap::TxParameters::CalculateExchangeLifetime() 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