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

Public Attribute Documentation#

srcAddress#

EmberMacAddress EmberMacFrame::srcAddress

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


dstAddress#

EmberMacAddress EmberMacFrame::dstAddress

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


srcPanId#

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.


dstPanId#

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.


srcPanIdSpecified#

bool EmberMacFrame::srcPanIdSpecified

True if the srcPanId field is set, false otherwise.


dstPanIdSpecified#

bool EmberMacFrame::dstPanIdSpecified

True if the dstPanId field is set, false otherwise.