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
2508
of file stack/include/ember-types.h
bitmask#
uint8_t sl_nwk_packet_exchange_t::bitmask
A bitmask for configuration options.
Definition at line
2510
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
2512
of file stack/include/ember-types.h
nwk_index#
uint8_t sl_nwk_packet_exchange_t::nwk_index
The Network Index.
Definition at line
2514
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
2516
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
2518
of file stack/include/ember-types.h