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.
Dependencies: MAX44000 PWM_Tone_Library nexpaq_mdk
Fork of LED_Demo by
network_driver_setup_s Struct Reference
Structure is used to setup a network interface driver. More...
#include <net_interface.h>
Data Fields | |
uint16_t | mac_panid |
Link layer PAN-ID, accepts only < 0xfffe. | |
uint16_t | mac_short_adr |
Defines 802.15.4 short address. | |
uint8_t | beacon_protocol_id |
ZigBeeIP uses always 2. | |
uint8_t | network_id [16] |
Network ID 16-bytes, will be used at beacon payload. | |
uint8_t | beacon_payload_tlv_length |
Optional steering parameter length. | |
uint8_t * | beacon_payload_tlv_ptr |
Optional steering parameters. |
Detailed Description
Structure is used to setup a network interface driver.
6LoWPAN radio interface setup.
Definition at line 333 of file net_interface.h.
Field Documentation
uint8_t beacon_payload_tlv_length |
Optional steering parameter length.
Definition at line 338 of file net_interface.h.
uint8_t* beacon_payload_tlv_ptr |
Optional steering parameters.
Definition at line 339 of file net_interface.h.
uint8_t beacon_protocol_id |
ZigBeeIP uses always 2.
Definition at line 336 of file net_interface.h.
uint16_t mac_panid |
Link layer PAN-ID, accepts only < 0xfffe.
Definition at line 334 of file net_interface.h.
uint16_t mac_short_adr |
Defines 802.15.4 short address.
If the value is <0xfffe it indicates that GP16 is activated.
Definition at line 335 of file net_interface.h.
uint8_t network_id[16] |
Network ID 16-bytes, will be used at beacon payload.
Definition at line 337 of file net_interface.h.
Generated on Tue Jul 12 2022 12:29:09 by
