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
1524
of file app/framework/include/af-types.h
apsFrame#
EmberApsFrame* EmberAfMessageStruct::apsFrame
Definition at line
1525
of file app/framework/include/af-types.h
message#
uint8_t* EmberAfMessageStruct::message
Definition at line
1526
of file app/framework/include/af-types.h
indexOrDestination#
uint16_t EmberAfMessageStruct::indexOrDestination
Definition at line
1527
of file app/framework/include/af-types.h
messageLength#
uint16_t EmberAfMessageStruct::messageLength
Definition at line
1528
of file app/framework/include/af-types.h
type#
EmberOutgoingMessageType EmberAfMessageStruct::type
Definition at line
1529
of file app/framework/include/af-types.h
broadcast#
bool EmberAfMessageStruct::broadcast
Definition at line
1530
of file app/framework/include/af-types.h