EmberNetworkParameters Struct Reference
Hold network parameters. More...
      
       #include <
       
     
        ember-types.h
       
       >
      
         Data Fields | 
       |
| uint16_t | panId | 
| int16_t | radioTxPower | 
| uint16_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
       
        181
       
       of file
       
        ember-types.h
       
       .
      
Field Documentation
◆ panId
| uint16_t EmberNetworkParameters::panId | 
The network's PAN identifier.
        Definition at line
        
         183
        
        of file
        
         ember-types.h
        
        .
       
◆ radioChannel
| uint16_t EmberNetworkParameters::radioChannel | 
The radio channel. Be sure to specify a channel supported by the radio.
        Definition at line
        
         187
        
        of file
        
         ember-types.h
        
        .
       
◆ radioTxPower
| int16_t EmberNetworkParameters::radioTxPower | 
The transmit power setting, in deci-dBm.
        Definition at line
        
         185
        
        of file
        
         ember-types.h
        
        .
       
The documentation for this struct was generated from the following file:
- 
       
ember-types.h