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
 
EmberApsFrameapsFrame
 
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

◆ apsFrame

EmberApsFrame* EmberAfMessageStruct::apsFrame

◆ broadcast

bool EmberAfMessageStruct::broadcast

◆ callback

EmberAfMessageSentFunction EmberAfMessageStruct::callback

◆ indexOrDestination

uint16_t EmberAfMessageStruct::indexOrDestination

◆ message

uint8_t* EmberAfMessageStruct::message

◆ messageLength

uint16_t EmberAfMessageStruct::messageLength

◆ type

EmberOutgoingMessageType EmberAfMessageStruct::type

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