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 Attribute Documentation#

callback#

EmberAfMessageSentFunction EmberAfMessageStruct::callback

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

apsFrame#

EmberApsFrame* EmberAfMessageStruct::apsFrame

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

message#

uint8_t* EmberAfMessageStruct::message

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

indexOrDestination#

uint16_t EmberAfMessageStruct::indexOrDestination

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

messageLength#

uint16_t EmberAfMessageStruct::messageLength

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

type#

EmberOutgoingMessageType EmberAfMessageStruct::type

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

broadcast#

bool EmberAfMessageStruct::broadcast

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