Represents the IEEE 802.15.4 Header IE (Information Element) related information of a radio frame.
Public Attributes#
int64_t
The time offset to the Thread network time.
uint8_t
The Time IE offset from the start of PSDU.
uint8_t
The Time sync sequence.
Public Attribute Documentation#
mNetworkTimeOffset#
int64_t otRadioIeInfo::mNetworkTimeOffset
The time offset to the Thread network time.
Definition at line
247
of file include/openthread/platform/radio.h
mTimeIeOffset#
uint8_t otRadioIeInfo::mTimeIeOffset
The Time IE offset from the start of PSDU.
Definition at line
248
of file include/openthread/platform/radio.h
mTimeSyncSeq#
uint8_t otRadioIeInfo::mTimeSyncSeq
The Time sync sequence.
Definition at line
249
of file include/openthread/platform/radio.h