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.


Definition at line 380 of file /mnt/raid/workspaces/ws.04isO4uyE/overlay/gsdk/protocol/flex/stack/include/ember-types.h

dstAddress#

EmberMacAddress EmberMacFrame::dstAddress

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


Definition at line 385 of file /mnt/raid/workspaces/ws.04isO4uyE/overlay/gsdk/protocol/flex/stack/include/ember-types.h

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.


Definition at line 390 of file /mnt/raid/workspaces/ws.04isO4uyE/overlay/gsdk/protocol/flex/stack/include/ember-types.h

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.


Definition at line 395 of file /mnt/raid/workspaces/ws.04isO4uyE/overlay/gsdk/protocol/flex/stack/include/ember-types.h

srcPanIdSpecified#

bool EmberMacFrame::srcPanIdSpecified

True if the srcPanId field is set, false otherwise.


Definition at line 399 of file /mnt/raid/workspaces/ws.04isO4uyE/overlay/gsdk/protocol/flex/stack/include/ember-types.h

dstPanIdSpecified#

bool EmberMacFrame::dstPanIdSpecified

True if the dstPanId field is set, false otherwise.


Definition at line 403 of file /mnt/raid/workspaces/ws.04isO4uyE/overlay/gsdk/protocol/flex/stack/include/ember-types.h