ESP-IDF
ot::Srp::Client::TxJitter
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Methods
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ot::Srp::Client::TxJitter
ot::Srp::Client::TxJitter class
Syntax
Show:
Summary
Declaration
from
srp_client.hpp:916
class
TxJitter
:
public
Clearable
<
TxJitter
>
{
public
:
enum
Reason
{
kOnDeviceReboot
,
kOnServerStart
,
kOnServerRestart
,
kOnServerSwitch
,
kOnSlaacAddrAdd
,
kOnSlaacAddrRemove
,
}
;
TxJitter
(
void
)
{
Clear
(
)
;
}
void
Request
(
Reason
aReason
)
;
uint32_t
DetermineDelay
(
void
)
;
private
:
static
const
uint32_t
kMaxJitters
[
]
;
#if
OT_SHOULD_LOG_AT
(
OT_LOG_LEVEL_INFO
)
static
const
char
*
ReasonToString
(
Reason
aReason
)
;
#endif
uint32_t
mRequestedMax
;
TimeMilli
mRequestTime
;
}
;
Fields
Field
Declared as
ot::Srp::Client::TxJitter::kMaxJitters
ot::Srp::Client::TxJitter::mRequestedMax
uint32_t
ot::Srp::Client::TxJitter::mRequestTime
TimeMilli
Methods
Request()
DetermineDelay()
ReasonToString()
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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