#include <nwkFrame.h>
Data Fields | |
struct { | |
uint8_t nwkDstEndpoint: 4 | |
uint8_t nwkSrcEndpoint: 4 | |
}; | |
uint16_t | macDstAddr |
uint16_t | macDstPanId |
uint16_t | macFcf |
uint8_t | macSeq |
uint16_t | macSrcAddr |
uint16_t | nwkDstAddr |
struct { | |
uint8_t ackRequest: 1 | |
uint8_t linkLocal: 1 | |
uint8_t multicast: 1 | |
uint8_t reserved: 4 | |
uint8_t security: 1 | |
} | nwkFcf |
uint8_t | nwkSeq |
uint16_t | nwkSrcAddr |
struct { ... } |
uint8_t NwkFrameHeader_t::ackRequest |
Referenced by nwkDataReqSendFrame(), nwkRxHandleIndication(), nwkRxHandleReceivedFrame(), and nwkRxIndicateFrame().
uint8_t NwkFrameHeader_t::linkLocal |
Referenced by nwkDataReqSendFrame(), nwkRoutePrepareTx(), nwkRxHandleReceivedFrame(), and nwkRxIndicateFrame().
uint16_t NwkFrameHeader_t::macDstAddr |
uint16_t NwkFrameHeader_t::macDstPanId |
uint16_t NwkFrameHeader_t::macFcf |
Referenced by nwkTxBroadcastFrame(), and nwkTxFrame().
uint8_t NwkFrameHeader_t::macSeq |
Referenced by nwkTxBroadcastFrame(), and nwkTxFrame().
uint16_t NwkFrameHeader_t::macSrcAddr |
Referenced by nwkRouteFrameReceived(), nwkRxHandleReceivedFrame(), nwkRxIndicateFrame(), nwkTxBroadcastFrame(), and nwkTxFrame().
uint8_t NwkFrameHeader_t::multicast |
uint16_t NwkFrameHeader_t::nwkDstAddr |
uint8_t NwkFrameHeader_t::nwkDstEndpoint |
Referenced by nwkDataReqSendFrame(), nwkRxIndicateFrame(), and nwkSecurityStart().
struct { ... } NwkFrameHeader_t::nwkFcf |
uint8_t NwkFrameHeader_t::nwkSeq |
Referenced by nwkDataReqSendFrame(), nwkFrameCommandInit(), nwkRxRejectDuplicate(), nwkRxSendAck(), and nwkSecurityStart().
uint16_t NwkFrameHeader_t::nwkSrcAddr |
uint8_t NwkFrameHeader_t::nwkSrcEndpoint |
Referenced by nwkDataReqSendFrame(), nwkRxIndicateFrame(), and nwkSecurityStart().
uint8_t NwkFrameHeader_t::reserved |
uint8_t NwkFrameHeader_t::security |
Referenced by nwkDataReqSendFrame(), nwkFrameCommandInit(), nwkRxHandleReceivedFrame(), nwkRxIndicateFrame(), nwkRxSendAck(), and nwkTxFrame().