Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: mbed-TFT-example-NCS36510 mbed-Accelerometer-example-NCS36510 mbed-Accelerometer-example-NCS36510
link_layer_setups_s Struct Reference
Structure is used to read network parameter for warm start. More...
#include <net_interface.h>
Data Fields | |
uint16_t | PANId |
Network PAN-ID. | |
uint8_t | LogicalChannel |
Network logical channel. | |
net_mac_address_t | addr_mode |
Coordinator address mode. | |
uint8_t | address [8] |
Coordinator address. | |
uint8_t | sf |
Network superframe setup. |
Detailed Description
Structure is used to read network parameter for warm start.
Network coordinator parameter list.
Definition at line 217 of file net_interface.h.
Field Documentation
Coordinator address mode.
Definition at line 220 of file net_interface.h.
uint8_t address[8] |
Coordinator address.
Definition at line 221 of file net_interface.h.
uint8_t LogicalChannel |
Network logical channel.
Definition at line 219 of file net_interface.h.
uint16_t PANId |
Network PAN-ID.
Definition at line 218 of file net_interface.h.
uint8_t sf |
Network superframe setup.
Definition at line 222 of file net_interface.h.
Generated on Tue Jul 12 2022 11:03:18 by
