![]() |
![]() |
OpenThread
1.05.03.02
|
#include <message.hpp>
Data Fields | |
uint8_t | mChannel |
ChildMask | mChildMask |
uint32_t | mDatagramTag |
bool | mDirectTx: 1 |
bool | mDoNotEvict: 1 |
bool | mInPriorityQ: 1 |
uint16_t | mLength |
bool | mLinkSecurity: 1 |
uint16_t | mMeshDest |
MessagePool * | mMessagePool |
bool | mMulticastLoop: 1 |
Message * | mNext |
uint16_t | mOffset |
uint16_t | mPanId |
Message * | mPrev |
uint8_t | mPriority: 2 |
void * | mQueue |
uint16_t | mReserved |
bool | mResolvingAddress: 1 |
RssAverager | mRssAverager |
uint8_t | mSubType: 4 |
TimeMilli | mTimestamp |
bool | mTxSuccess: 1 |
uint8_t | mType: 3 |
Message* mNext |
Message* mPrev |
MessagePool* mMessagePool |
void* mQueue |
uint32_t mDatagramTag |
TimeMilli mTimestamp |
uint16_t mReserved |
uint16_t mLength |
uint16_t mOffset |
uint16_t mMeshDest |
uint16_t mPanId |
uint8_t mChannel |
RssAverager mRssAverager |
ChildMask mChildMask |
uint8_t mType |
uint8_t mSubType |
bool mDirectTx |
bool mLinkSecurity |
uint8_t mPriority |
bool mInPriorityQ |
bool mTxSuccess |
bool mDoNotEvict |
bool mMulticastLoop |
bool mResolvingAddress |