ESP-IDF
otTimestamp
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
otTimestamp
otTimestamp struct
Represents a Thread Dataset timestamp component.
Syntax
Show:
Summary
Declaration
from
dataset.h:209
typedef
struct
otTimestamp
{
uint64_t
mSeconds
;
uint16_t
mTicks
;
bool
mAuthoritative
;
}
otTimestamp
;
Fields
Field
Declared as
otTimestamp::mSeconds
uint64_t
otTimestamp::mTicks
uint16_t
otTimestamp::mAuthoritative
bool
Related Functions
Found 2 other functions taking a
otTimestamp
argument:
Function
Description
ot::MeshCoP::Timestamp::ConvertTo() const
Copies the `Timestamp` information to `Timestamp::Info` data structure.
ot::MeshCoP::Timestamp::SetFrom()
Sets the `Timestamp` from a given component-wise `Info` structure.
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