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).

#include < af-types.h >

Data Fields

EmberAfMessageSentFunction callback
EmberApsFrame * apsFrame
uint8_t * message
uint16_t indexOrDestination
uint16_t messageLength
EmberOutgoingMessageType type
bool broadcast

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).

Field Documentation

EmberApsFrame * EmberAfMessageStruct::apsFrame
bool EmberAfMessageStruct::broadcast
EmberAfMessageSentFunction EmberAfMessageStruct::callback
uint16_t EmberAfMessageStruct::indexOrDestination
uint8_t* EmberAfMessageStruct::message
uint16_t EmberAfMessageStruct::messageLength
EmberOutgoingMessageType EmberAfMessageStruct::type

The documentation for this struct was generated from the following file:
  • af-types.h