The sl_zigbee_af_message_struct_t 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#
sl_zigbee_aps_frame_t *
uint8_t *
uint16_t
uint16_t
sl_zigbee_outgoing_message_type_t
bool
Public Attribute Documentation#
callback#
sl_zigbee_af_message_sent_function_t sl_zigbee_af_message_struct_t::callback
Definition at line
1512
of file app/framework/include/af-types.h
apsFrame#
sl_zigbee_aps_frame_t* sl_zigbee_af_message_struct_t::apsFrame
Definition at line
1513
of file app/framework/include/af-types.h
message#
uint8_t* sl_zigbee_af_message_struct_t::message
Definition at line
1514
of file app/framework/include/af-types.h
indexOrDestination#
uint16_t sl_zigbee_af_message_struct_t::indexOrDestination
Definition at line
1515
of file app/framework/include/af-types.h
messageLength#
uint16_t sl_zigbee_af_message_struct_t::messageLength
Definition at line
1516
of file app/framework/include/af-types.h
type#
sl_zigbee_outgoing_message_type_t sl_zigbee_af_message_struct_t::type
Definition at line
1517
of file app/framework/include/af-types.h
broadcast#
bool sl_zigbee_af_message_struct_t::broadcast
Definition at line
1518
of file app/framework/include/af-types.h