This is the MCPS-DATA.indication message structure.
#include <mac_msg_type_data_ind.h>
Data Fields | |
enum msg_code | cmdcode |
< This identifies the message as MCPS_DATA_INDICATION More... | |
uint8_t | DSN |
The DSN of the received data frame. More... | |
uint64_t | DstAddr |
The individual device address of the entity to which the MSDU is being transferred. More... | |
uint8_t | DstAddrMode |
The destination addressing mode for this primitive corresponding to the received MPDU. More... | |
uint16_t | DstPANId |
The 16 bit PAN identifier of the entity to which the MSDU is being transferred. More... | |
uint8_t | mpduLinkQuality |
LQI value measured during reception of the MPDU. More... | |
uint8_t * | msdu |
The set of octets forming the MSDU being indicated by the MAC sublayer entity. More... | |
uint8_t | msduLength |
The number of octets contained in the MSDU being indicated by the MAC sublayer entity. More... | |
uint64_t | SrcAddr |
The individual device address of the entity from which the MSDU was received. More... | |
uint8_t | SrcAddrMode |
The source addressing mode for this primitive corresponding to the received MPDU. More... | |
uint16_t | SrcPANId |
The 16 bit PAN identifier of the entity from which the MSDU was received. More... | |
uint32_t | Timestamp |
Optional. More... | |