otRadioIeInfo
#include <radio.h>
Represents the IEEE 802.15.4 Header IE (Information Element) related information of a radio frame.
Summary
Public attributes |
|
---|---|
mNetworkTimeOffset
|
int64_t
The time offset to the Thread network time.
|
mTimeIeOffset
|
uint8_t
The Time IE offset from the start of PSDU.
|
mTimeSyncSeq
|
uint8_t
The Time sync sequence.
|
Public attributes
mNetworkTimeOffset
int64_t otRadioIeInfo::mNetworkTimeOffset
The time offset to the Thread network time.
mTimeIeOffset
uint8_t otRadioIeInfo::mTimeIeOffset
The Time IE offset from the start of PSDU.
mTimeSyncSeq
uint8_t otRadioIeInfo::mTimeSyncSeq
The Time sync sequence.
Resources
OpenThread API Reference topics originate from the source code, available on GitHub. For more information, or to contribute to our documentation, refer to Resources.