A structure containing information needed to exchange a packet at the NWK layer.
Public Attribute Documentation#
nwk_short_address#
sl_802154_short_addr_t sl_nwk_packet_exchange_t::nwk_short_address
Node ID of the source or destination.
Definition at line
2690
of file stack/include/sl_zigbee_types.h
bitmask#
uint8_t sl_nwk_packet_exchange_t::bitmask
A bitmask for configuration options.
Definition at line
2692
of file stack/include/sl_zigbee_types.h
mac_interface_id#
uint8_t sl_nwk_packet_exchange_t::mac_interface_id
The MAC Interface ID.
Definition at line
2694
of file stack/include/sl_zigbee_types.h
nwk_index#
uint8_t sl_nwk_packet_exchange_t::nwk_index
The Network Index.
Definition at line
2696
of file stack/include/sl_zigbee_types.h
network_packet#
uint8_t* sl_nwk_packet_exchange_t::network_packet
A pointer to the actual packet.
Definition at line
2698
of file stack/include/sl_zigbee_types.h
network_packet_length#
uint8_t sl_nwk_packet_exchange_t::network_packet_length
The length of the packet.
Definition at line
2700
of file stack/include/sl_zigbee_types.h