Struct wrapper for all data for a command which comes in over the air. This enables struct is used to encapsulate a command in a single place on the stack and pass a pointer to that location around during command processing.

Public Attributes#

sl_zigbee_aps_frame_t *
sl_zigbee_incoming_message_type_t
sl_802154_short_addr_t
uint8_t *
uint16_t
uint16_t
uint8_t
uint8_t
uint8_t

Public Attribute Documentation#

apsFrame#

sl_zigbee_aps_frame_t* sl_zigbee_af_cluster_command_t::apsFrame

APS frame for the incoming message


Definition at line 478 of file app/framework/include/af-types.h

type#

sl_zigbee_incoming_message_type_t sl_zigbee_af_cluster_command_t::type

Definition at line 479 of file app/framework/include/af-types.h

source#

sl_802154_short_addr_t sl_zigbee_af_cluster_command_t::source

Definition at line 480 of file app/framework/include/af-types.h

buffer#

uint8_t* sl_zigbee_af_cluster_command_t::buffer

Definition at line 481 of file app/framework/include/af-types.h

bufLen#

uint16_t sl_zigbee_af_cluster_command_t::bufLen

Definition at line 482 of file app/framework/include/af-types.h

clusterSpecific#

bool sl_zigbee_af_cluster_command_t::clusterSpecific

Definition at line 483 of file app/framework/include/af-types.h

mfgSpecific#

bool sl_zigbee_af_cluster_command_t::mfgSpecific

Definition at line 484 of file app/framework/include/af-types.h

mfgCode#

uint16_t sl_zigbee_af_cluster_command_t::mfgCode

Definition at line 485 of file app/framework/include/af-types.h

seqNum#

uint8_t sl_zigbee_af_cluster_command_t::seqNum

Definition at line 486 of file app/framework/include/af-types.h

commandId#

uint8_t sl_zigbee_af_cluster_command_t::commandId

Definition at line 487 of file app/framework/include/af-types.h

payloadStartIndex#

uint8_t sl_zigbee_af_cluster_command_t::payloadStartIndex

Definition at line 488 of file app/framework/include/af-types.h

direction#

uint8_t sl_zigbee_af_cluster_command_t::direction

Definition at line 489 of file app/framework/include/af-types.h

interPanHeader#

sl_zigbee_af_interpan_header_t* sl_zigbee_af_cluster_command_t::interPanHeader

Definition at line 490 of file app/framework/include/af-types.h

networkIndex#

uint8_t sl_zigbee_af_cluster_command_t::networkIndex

Definition at line 491 of file app/framework/include/af-types.h