EmberNetworkParameters Struct Reference

Hold network parameters. More...

#include <ember-types.h>

Data Fields

uint16_t panId
 
int8_t radioTxPower
 
uint8_t radioChannel
 

Hold network parameters.

For information about power settings and radio channels, see the technical specification for the RF communication module in your Developer Kit and the Radio Configurator Guide (AN971).

Definition at line 163 of file ember-types.h.

Field Documentation

◆ panId

uint16_t EmberNetworkParameters::panId

The network's PAN identifier.

Definition at line 165 of file ember-types.h.

◆ radioChannel

uint8_t EmberNetworkParameters::radioChannel

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

Definition at line 169 of file ember-types.h.

◆ radioTxPower

int8_t EmberNetworkParameters::radioTxPower

The transmit power setting, in dBm.

Definition at line 167 of file ember-types.h.


The documentation for this struct was generated from the following file:
  • ember-types.h