An in-memory representation of a ZigBee APS frame of an incoming or outgoing message.

Public Attributes#

uint16_t
uint16_t
uint16_t
uint8_t
uint8_t

Public Attribute Documentation#

profileId#

uint16_t EmberApsFrame::profileId

The application profile ID that describes the format of the message.


clusterId#

uint16_t EmberApsFrame::clusterId

The cluster ID for this message.


sourceEndpoint#

uint8_t EmberApsFrame::sourceEndpoint

The source endpoint.


destinationEndpoint#

uint8_t EmberApsFrame::destinationEndpoint

The destination endpoint.


options#

EmberApsOption EmberApsFrame::options

A bitmask of options from the enumeration above.


groupId#

uint16_t EmberApsFrame::groupId

The group ID for this message, if it is multicast mode.


sequence#

uint8_t EmberApsFrame::sequence

The sequence number.


radius#

uint8_t EmberApsFrame::radius