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.
Definition at line
2681
of file stack/include/ember-types.h
bitmask#
uint8_t sl_nwk_packet_exchange_t::bitmask
A bitmask for configuration options.
Definition at line
2683
of file stack/include/ember-types.h
mac_interface_id#
uint8_t sl_nwk_packet_exchange_t::mac_interface_id
The MAC Interface ID.
Definition at line
2685
of file stack/include/ember-types.h
nwk_index#
uint8_t sl_nwk_packet_exchange_t::nwk_index
The Network Index.
Definition at line
2687
of file stack/include/ember-types.h
network_packet#
uint8_t* sl_nwk_packet_exchange_t::network_packet
A pointer to the actual packet.
Definition at line
2689
of file stack/include/ember-types.h
network_packet_length#
uint8_t sl_nwk_packet_exchange_t::network_packet_length
The length of the packet.
Definition at line
2691
of file stack/include/ember-types.h