An in-memory representation of a ZigBee APS frame of an incoming or outgoing message.
Public Attribute Documentation#
profileId#
uint16_t EmberApsFrame::profileId
The application profile ID that describes the format of the message.
Definition at line
1321
of file stack/include/ember-types.h
clusterId#
uint16_t EmberApsFrame::clusterId
The cluster ID for this message.
Definition at line
1323
of file stack/include/ember-types.h
sourceEndpoint#
uint8_t EmberApsFrame::sourceEndpoint
The source endpoint.
Definition at line
1325
of file stack/include/ember-types.h
destinationEndpoint#
uint8_t EmberApsFrame::destinationEndpoint
The destination endpoint.
Definition at line
1327
of file stack/include/ember-types.h
options#
EmberApsOption EmberApsFrame::options
A bitmask of options from the enumeration above.
Definition at line
1329
of file stack/include/ember-types.h
groupId#
uint16_t EmberApsFrame::groupId
The group ID for this message, if it is multicast mode.
Definition at line
1331
of file stack/include/ember-types.h
sequence#
uint8_t EmberApsFrame::sequence
The sequence number.
Definition at line
1333
of file stack/include/ember-types.h