You are viewing documentation for version:
A structure containing information needed to exchange a packet at the NWK layer.
Public Attribute Documentation#
nwk_short_address#
EmberNodeId sl_nwk_packet_exchange_t::nwk_short_address
Node ID of the source or destination.
bitmask#
uint8_t sl_nwk_packet_exchange_t::bitmask
A bitmask for configuration options.
mac_interface_id#
uint8_t sl_nwk_packet_exchange_t::mac_interface_id
The MAC Interface ID.
nwk_index#
uint8_t sl_nwk_packet_exchange_t::nwk_index
The Network Index.
network_packet#
uint8_t* sl_nwk_packet_exchange_t::network_packet
A pointer to the actual packet.
network_packet_length#
uint8_t sl_nwk_packet_exchange_t::network_packet_length
The length of the packet.