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#

EmberApsFrame *
EmberIncomingMessageType
EmberNodeId
uint8_t *
uint16_t
uint16_t
uint8_t
uint8_t
uint8_t

Public Attribute Documentation#

apsFrame#

EmberApsFrame* EmberAfClusterCommand::apsFrame

APS frame for the incoming message


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

type#

EmberIncomingMessageType EmberAfClusterCommand::type

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

source#

EmberNodeId EmberAfClusterCommand::source

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

buffer#

uint8_t* EmberAfClusterCommand::buffer

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

bufLen#

uint16_t EmberAfClusterCommand::bufLen

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

clusterSpecific#

bool EmberAfClusterCommand::clusterSpecific

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

mfgSpecific#

bool EmberAfClusterCommand::mfgSpecific

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

mfgCode#

uint16_t EmberAfClusterCommand::mfgCode

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

seqNum#

uint8_t EmberAfClusterCommand::seqNum

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

commandId#

uint8_t EmberAfClusterCommand::commandId

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

payloadStartIndex#

uint8_t EmberAfClusterCommand::payloadStartIndex

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

direction#

uint8_t EmberAfClusterCommand::direction

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

interPanHeader#

EmberAfInterpanHeader* EmberAfClusterCommand::interPanHeader

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

networkIndex#

uint8_t EmberAfClusterCommand::networkIndex

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