Holds network parameters.

For information about power settings and radio channels, see the technical specification for the RF communication module in your Developer Kit.

Public Attributes#

uint16_t
sl_802154_short_addr_t
uint32_t

Public Attribute Documentation#

extendedPanId#

uint8_t sl_zigbee_network_parameters_t::extendedPanId[EXTENDED_PAN_ID_SIZE]

The network's extended PAN identifier.


Definition at line 1265 of file stack/include/sl_zigbee_types.h

panId#

uint16_t sl_zigbee_network_parameters_t::panId

The network's PAN identifier.


Definition at line 1267 of file stack/include/sl_zigbee_types.h

radioTxPower#

int8_t sl_zigbee_network_parameters_t::radioTxPower

A power setting, in dBm.


Definition at line 1269 of file stack/include/sl_zigbee_types.h

radioChannel#

uint8_t sl_zigbee_network_parameters_t::radioChannel

A radio channel. Be sure to specify a channel supported by the radio.


Definition at line 1271 of file stack/include/sl_zigbee_types.h

joinMethod#

sl_zigbee_join_method_t sl_zigbee_network_parameters_t::joinMethod

Join method: The protocol messages used to establish an initial parent. It is ignored when forming a ZigBee network, or when querying the stack for its network parameters.


Definition at line 1276 of file stack/include/sl_zigbee_types.h

nwkManagerId#

sl_802154_short_addr_t sl_zigbee_network_parameters_t::nwkManagerId

NWK Manager ID. The ID of the network manager in the current network. This may only be set at joining when using SL_ZIGBEE_USE_CONFIGURED_NWK_STATE as the join method.


Definition at line 1282 of file stack/include/sl_zigbee_types.h

nwkUpdateId#

uint8_t sl_zigbee_network_parameters_t::nwkUpdateId

An NWK Update ID. The value of the ZigBee nwkUpdateId known by the stack. It is used to determine the newest instance of the network after a PAN ID or channel change. This may only be set at joining when using SL_ZIGBEE_USE_CONFIGURED_NWK_STATE as the join method.


Definition at line 1288 of file stack/include/sl_zigbee_types.h

channels#

uint32_t sl_zigbee_network_parameters_t::channels

The NWK channel mask. The list of preferred channels that the NWK manager has told this device to use when searching for the network. This may only be set at joining when using SL_ZIGBEE_USE_CONFIGURED_NWK_STATE as the join method.


Definition at line 1294 of file stack/include/sl_zigbee_types.h