EmberMacFrame Struct Reference
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
372
of file
ember-types.h
.
Field Documentation
◆ dstAddress
| EmberMacAddress EmberMacFrame::dstAddress |
An EmberMacAddress structure indicating the destination address of a MAC frame.
Definition at line
381
of file
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
ember-types.h
.
◆ dstPanIdSpecified
| bool EmberMacFrame::dstPanIdSpecified |
True if the dstPanId field is set, false otherwise.
Definition at line
399
of file
ember-types.h
.
◆ srcAddress
| EmberMacAddress EmberMacFrame::srcAddress |
An EmberMacAddress structure indicating the source address of a MAC frame.
Definition at line
376
of file
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
ember-types.h
.
◆ srcPanIdSpecified
| bool EmberMacFrame::srcPanIdSpecified |
True if the srcPanId field is set, false otherwise.
Definition at line
395
of file
ember-types.h
.
The documentation for this struct was generated from the following file:
-
ember-types.h