A structure that describes the addressing fields of a 802.15.4 frame. More...

#include <ember-types.h>

Data Fields

EmberMacAddress srcAddress
 
EmberMacAddress dstAddress
 
EmberPanId srcPanId
 
EmberPanId dstPanId
 
bool srcPanIdSpecified
 
bool dstPanIdSpecified
 

A structure that describes the addressing fields of a 802.15.4 frame.

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

Field Documentation

EmberMacAddress EmberMacFrame::dstAddress

An EmberMacAddress structure indicating the destination address of a MAC frame.

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

EmberPanId EmberMacFrame::dstPanId

An EmberPanId struct indicating the destination PAN ID of a MAC frame. This field is meaningful only if dstPanIdSpecified is set to true.

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

bool EmberMacFrame::dstPanIdSpecified

True if the dstPanId field is set, false otherwise.

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

EmberMacAddress EmberMacFrame::srcAddress

An EmberMacAddress structure indicating the source address of a MAC frame.

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

EmberPanId EmberMacFrame::srcPanId

An EmberPanId struct indicating the source PAN ID of a MAC frame. This field is meaningful only if srcPanIdSpecified is set to true.

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

bool EmberMacFrame::srcPanIdSpecified

True if the srcPanId field is set, false otherwise.

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


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