Contain the superset of values passed to sl_zigbee_incoming_message_handler.

Public Attributes#

sl_zigbee_incoming_message_type_t
sl_zigbee_aps_frame_t *
uint8_t *
uint16_t
uint16_t
uint8_t

Public Attribute Documentation#

type#

sl_zigbee_incoming_message_type_t sl_zigbee_af_incoming_message_t::type

The type of the incoming message.


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

apsFrame#

sl_zigbee_aps_frame_t* sl_zigbee_af_incoming_message_t::apsFrame

APS frame for the incoming message.


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

message#

uint8_t* sl_zigbee_af_incoming_message_t::message

The message copied into a flat buffer.


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

msgLen#

uint16_t sl_zigbee_af_incoming_message_t::msgLen

Length of the incoming message.


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

source#

uint16_t sl_zigbee_af_incoming_message_t::source

Two byte node ID of the sending node.


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

lastHopLqi#

uint8_t sl_zigbee_af_incoming_message_t::lastHopLqi

Link quality from the node that last relayed the message.


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

lastHopRssi#

int8_t sl_zigbee_af_incoming_message_t::lastHopRssi

The energy level (in units of dBm) observed during the reception.


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

bindingTableIndex#

uint8_t sl_zigbee_af_incoming_message_t::bindingTableIndex

The index of a binding that matches the message or 0xFF if there is no matching binding.


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

addressTableIndex#

uint8_t sl_zigbee_af_incoming_message_t::addressTableIndex

The index of the entry in the address table that matches the sender of the message or 0xFF if there is no matching entry.


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

networkIndex#

uint8_t sl_zigbee_af_incoming_message_t::networkIndex

The index of the network on which this message was received.


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