3.2.2 FrameMsgtype_t Enum
C
typedef enum { /* Command Frame Identifier for PHY Data Indication */ PHYDATAINDICATION = (0x00), /* MAC Command Frames (table 67) */ /* Command Frame Identifier for Association Request */ ASSOCIATIONREQUEST = (0x01), /* Command Frame Identifier for Association Response */ ASSOCIATIONRESPONSE, /* Command Frame Identifier for Disassociation Notification */ DISASSOCIATIONNOTIFICATION, /* Command Frame Identifier for Data Request */ DATAREQUEST, /* Command Frame Identifier for PANID Conflict Notification */ PANIDCONFLICTNOTIFICAION, /* Command Frame Identifier for Orphan Notification */ ORPHANNOTIFICATION, /* Command Frame Identifier for Beacon Request */ BEACONREQUEST, /* Command Frame Identifier for Coordinator Realignment */ COORDINATORREALIGNMENT, /* Command Frame Identifier for gts request */ GTSREQUEST, /* These are not MAC command frames but listed here as they are needed * in the msgtype field */ /* Message is a directed orphan realignment command */ ORPHANREALIGNMENT, /* Message is a beacon frame (in response to a beacon request cmd) */ BEACON_MESSAGE, /* Message type field value for implicite poll without request */ DATAREQUEST_IMPL_POLL, /* Message type field value for Null frame */ NULL_FRAME, /* Message type field value for MCPS message */ MCPS_MESSAGE } FrameMsgtype_t;
Summary
Enumeration for MAC Message types
Description
None
Remarks
None