ESP-IDF
otThreadLinkInfo
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
otThreadLinkInfo
otThreadLinkInfo struct
Represents link-specific information for messages received from the Thread radio.
Syntax
Show:
Summary
Declaration
from
message.h:91
typedef
struct
otThreadLinkInfo
{
uint16_t
mPanId
;
uint8_t
mChannel
;
int8_t
mRss
;
uint8_t
mLqi
;
bool
mLinkSecurity
:
1
;
bool
mIsDstPanIdBroadcast
:
1
;
uint8_t
mTimeSyncSeq
;
int64_t
mNetworkTimeOffset
;
uint8_t
mRadioType
;
}
otThreadLinkInfo
;
Fields
Field
Declared as
otThreadLinkInfo::mPanId
uint16_t
otThreadLinkInfo::mChannel
uint8_t
otThreadLinkInfo::mRss
int8_t
otThreadLinkInfo::mLqi
uint8_t
otThreadLinkInfo::mLinkSecurity
bool
:
1
otThreadLinkInfo::mIsDstPanIdBroadcast
bool
:
1
otThreadLinkInfo::mTimeSyncSeq
uint8_t
otThreadLinkInfo::mNetworkTimeOffset
int64_t
otThreadLinkInfo::mRadioType
uint8_t
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
struct
otThreadLinkInfo
message.h:91
}
otThreadLinkInfo
;
message.h:106
class
ThreadLinkInfo
:
public
otThreadLinkInfo
,
public
Clearable
<
ThreadLinkInfo
>
mesh_forwarder.hpp:81
ot::ThreadLinkInfo
DefineCoreType
(
otThreadLinkInfo
,
ThreadLinkInfo
)
;
mesh_forwarder.hpp:662
}
otThreadLinkInfo
;
message.h:106
otThreadLinkInfo
otError
otMessageGetThreadLinkInfo
(
const
otMessage
*
aMessage
,
otThreadLinkInfo
*
aLinkInfo
)
;
message.h:286
otMessageGetThreadLinkInfo()
otMessageGetThreadLinkInfo()::aLinkInfo
otError
otMessageGetThreadLinkInfo
(
const
otMessage
*
aMessage
,
otThreadLinkInfo
*
aLinkInfo
)
message_api.cpp:90
otMessageGetThreadLinkInfo()
otMessageGetThreadLinkInfo()::aLinkInfo
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
otThreadLinkInfo
inherits 1 classes:
ot::ThreadLinkInfo
All items filtered out
otThreadLinkInfo
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
Instance
Scope
Location
Project
otMessageGetThreadLinkInfo()::aLinkInfo
otMessageGetThreadLinkInfo()
message.h:286
otMessageGetThreadLinkInfo()::aLinkInfo
otMessageGetThreadLinkInfo()
message_api.cpp:90
Lifecycle
from
examples
All items filtered out
All items filtered out