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
bool
bool
uint16_t
uint8_t
uint8_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
429
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
430
of file app/framework/include/af-types.h
source#
sl_802154_short_addr_t sl_zigbee_af_cluster_command_t::source
Definition at line
431
of file app/framework/include/af-types.h
buffer#
uint8_t* sl_zigbee_af_cluster_command_t::buffer
Definition at line
432
of file app/framework/include/af-types.h
bufLen#
uint16_t sl_zigbee_af_cluster_command_t::bufLen
Definition at line
433
of file app/framework/include/af-types.h
clusterSpecific#
bool sl_zigbee_af_cluster_command_t::clusterSpecific
Definition at line
434
of file app/framework/include/af-types.h
mfgSpecific#
bool sl_zigbee_af_cluster_command_t::mfgSpecific
Definition at line
435
of file app/framework/include/af-types.h
mfgCode#
uint16_t sl_zigbee_af_cluster_command_t::mfgCode
Definition at line
436
of file app/framework/include/af-types.h
seqNum#
uint8_t sl_zigbee_af_cluster_command_t::seqNum
Definition at line
437
of file app/framework/include/af-types.h
commandId#
uint8_t sl_zigbee_af_cluster_command_t::commandId
Definition at line
438
of file app/framework/include/af-types.h
payloadStartIndex#
uint8_t sl_zigbee_af_cluster_command_t::payloadStartIndex
Definition at line
439
of file app/framework/include/af-types.h
direction#
uint8_t sl_zigbee_af_cluster_command_t::direction
Definition at line
440
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
441
of file app/framework/include/af-types.h
networkIndex#
uint8_t sl_zigbee_af_cluster_command_t::networkIndex
Definition at line
442
of file app/framework/include/af-types.h