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 347 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 351 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 355 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 359 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 363 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 368 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 372 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 377 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 383 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 387 of file app/framework/include/af-types.h