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.


Definition at line 1245 of file /Users/vihuszar/Git/EmbeddedSoftware/super/protocol/zigbee/stack/include/ember-types.h

clusterId#

uint16_t EmberApsFrame::clusterId

The cluster ID for this message.


Definition at line 1247 of file /Users/vihuszar/Git/EmbeddedSoftware/super/protocol/zigbee/stack/include/ember-types.h

sourceEndpoint#

uint8_t EmberApsFrame::sourceEndpoint

The source endpoint.


Definition at line 1249 of file /Users/vihuszar/Git/EmbeddedSoftware/super/protocol/zigbee/stack/include/ember-types.h

destinationEndpoint#

uint8_t EmberApsFrame::destinationEndpoint

The destination endpoint.


Definition at line 1251 of file /Users/vihuszar/Git/EmbeddedSoftware/super/protocol/zigbee/stack/include/ember-types.h

options#

EmberApsOption EmberApsFrame::options

A bitmask of options from the enumeration above.


Definition at line 1253 of file /Users/vihuszar/Git/EmbeddedSoftware/super/protocol/zigbee/stack/include/ember-types.h

groupId#

uint16_t EmberApsFrame::groupId

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


Definition at line 1255 of file /Users/vihuszar/Git/EmbeddedSoftware/super/protocol/zigbee/stack/include/ember-types.h

sequence#

uint8_t EmberApsFrame::sequence

The sequence number.


Definition at line 1257 of file /Users/vihuszar/Git/EmbeddedSoftware/super/protocol/zigbee/stack/include/ember-types.h

radius#

uint8_t EmberApsFrame::radius

Definition at line 1258 of file /Users/vihuszar/Git/EmbeddedSoftware/super/protocol/zigbee/stack/include/ember-types.h