EmberIncomingMacMessage Struct Reference

An instance of this structure is passed to emberIncomingMacMessageHandler(). It describes the incoming MAC frame. More...

#include <ember-types.h>

Data Fields

EmberMessageOptions options
 
EmberMacFrame macFrame
 
int8_t rssi
 
int8_t lqi
 
uint32_t frameCounter
 
EmberMessageLength length
 
uint8_t * payload
 

An instance of this structure is passed to emberIncomingMacMessageHandler(). It describes the incoming MAC frame.

Definition at line 343 of file ember-types.h.

Field Documentation

uint32_t EmberIncomingMacMessage::frameCounter

The security MAC frame counter (if any).

Definition at line 365 of file ember-types.h.

EmberMessageLength EmberIncomingMacMessage::length

An EmberMessageLength value indicating the length in bytes of the MAC payload of the incoming message.

Definition at line 370 of file ember-types.h.

int8_t EmberIncomingMacMessage::lqi

The LQI the packet was received with.

Definition at line 361 of file ember-types.h.

EmberMacFrame EmberIncomingMacMessage::macFrame

An EmberMacFrame structure indicating the source and destination addresses and source and destination PAN IDs.

Definition at line 353 of file ember-types.h.

EmberMessageOptions EmberIncomingMacMessage::options

An EmberMessageOptions value indicating the options used for the incoming packet.

Definition at line 348 of file ember-types.h.

uint8_t* EmberIncomingMacMessage::payload

A pointer to the message MAC payload.

Definition at line 374 of file ember-types.h.

int8_t EmberIncomingMacMessage::rssi

The RSSI in dBm the packet was received with.

Definition at line 357 of file ember-types.h.


The documentation for this struct was generated from the following file:
  • ember-types.h