The EmberAfMessageStruct is a struct wrapper that contains all the data about a low-level message to be sent (it may be ZCL or may be some other protocol).

Public Attributes#

EmberApsFrame *
uint8_t *
EmberOutgoingMessageType

Public Attribute Documentation#

callback#

EmberAfMessageSentFunction EmberAfMessageStruct::callback

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

apsFrame#

EmberApsFrame* EmberAfMessageStruct::apsFrame

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

message#

uint8_t* EmberAfMessageStruct::message

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

indexOrDestination#

uint16_t EmberAfMessageStruct::indexOrDestination

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

messageLength#

uint16_t EmberAfMessageStruct::messageLength

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

type#

EmberOutgoingMessageType EmberAfMessageStruct::type

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

broadcast#

bool EmberAfMessageStruct::broadcast

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