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.


apsFrame#

sl_zigbee_aps_frame_t* sl_zigbee_af_incoming_message_t::apsFrame

APS frame for the incoming message.


message#

uint8_t* sl_zigbee_af_incoming_message_t::message

The message copied into a flat buffer.


msgLen#

uint16_t sl_zigbee_af_incoming_message_t::msgLen

Length of the incoming message.


source#

uint16_t sl_zigbee_af_incoming_message_t::source

Two byte node ID of the sending node.


lastHopLqi#

uint8_t sl_zigbee_af_incoming_message_t::lastHopLqi

Link quality from the node that last relayed the message.


lastHopRssi#

int8_t sl_zigbee_af_incoming_message_t::lastHopRssi

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


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.


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.


networkIndex#

uint8_t sl_zigbee_af_incoming_message_t::networkIndex

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