Data Fields | |
uint8_t | _reserved_ [2] |
uint8_t | channel |
uint8_t | crc |
uint64_t | ieee_addr |
uint16_t | pan_id |
uint16_t | short_addr |
Structure for preconfigured constants that are stored at FLASHEND in programm memory or in the EEPROM.
See also get_node_config(), get_node_config_eeprom() and store_node_config_eeprom().
uint8_t node_config_t::_reserved_[2] |
For future extensions, but can be used to store user data.
uint8_t node_config_t::channel |
The radio channel.
uint8_t node_config_t::crc |
Ibutton CRC to validate if the structure is correct.
uint64_t node_config_t::ieee_addr |
The MAC address of the node (EUI64).
uint16_t node_config_t::pan_id |
The PAN ID (network ID) of the node.
uint16_t node_config_t::short_addr |
The short address of the node.