A structure containing information needed to exchange a packet at the NWK layer.

Public Attributes#

uint8_t
uint8_t

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 2479 of file /Users/vihuszar/Git/EmbeddedSoftware/super/protocol/zigbee/stack/include/ember-types.h

bitmask#

uint8_t sl_nwk_packet_exchange_t::bitmask

A bitmask for configuration options.


Definition at line 2481 of file /Users/vihuszar/Git/EmbeddedSoftware/super/protocol/zigbee/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 2483 of file /Users/vihuszar/Git/EmbeddedSoftware/super/protocol/zigbee/stack/include/ember-types.h

nwk_index#

uint8_t sl_nwk_packet_exchange_t::nwk_index

The Network Index.


Definition at line 2485 of file /Users/vihuszar/Git/EmbeddedSoftware/super/protocol/zigbee/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 2487 of file /Users/vihuszar/Git/EmbeddedSoftware/super/protocol/zigbee/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 2489 of file /Users/vihuszar/Git/EmbeddedSoftware/super/protocol/zigbee/stack/include/ember-types.h