A structure that describes the addressing fields of a 802.15.4 frame.
Public Attributes#
Public Attribute Documentation#
srcAddress#
EmberMacAddress EmberMacFrame::srcAddress
An EmberMacAddress structure indicating the source address of a MAC frame.
Definition at line
376
of file /mnt/raid/workspaces/ws.SZ9MaSA5u/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
381
of file /mnt/raid/workspaces/ws.SZ9MaSA5u/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
386
of file /mnt/raid/workspaces/ws.SZ9MaSA5u/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
391
of file /mnt/raid/workspaces/ws.SZ9MaSA5u/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
395
of file /mnt/raid/workspaces/ws.SZ9MaSA5u/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
399
of file /mnt/raid/workspaces/ws.SZ9MaSA5u/overlay/gsdk/protocol/flex/stack/include/ember-types.h