EmberNetworkParameters Struct Reference
Holds network parameters. More...
#include <
ember-types.h
>
Data Fields |
|
uint16_t | panId |
int8_t | radioTxPower |
uint8_t | radioChannel |
Holds network parameters.
For information about power settings and radio channels, see the technical specification for the RF communication module in your Developer Kit.
Definition at line
142
of file
ember-types.h
.
Field Documentation
uint16_t EmberNetworkParameters::panId |
The network's PAN identifier.
Definition at line
144
of file
ember-types.h
.
uint8_t EmberNetworkParameters::radioChannel |
A radio channel. Be sure to specify a channel supported by the radio.
Definition at line
148
of file
ember-types.h
.
int8_t EmberNetworkParameters::radioTxPower |
A power setting, in dBm.
Definition at line
146
of file
ember-types.h
.
The documentation for this struct was generated from the following file:
-
ember-types.h