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.
Fork of OmniWheels by
link_layer_address_s Struct Reference
Network MAC address info. More...
#include <net_interface.h>
Data Fields | |
uint16_t | PANId |
Network PAN-ID. | |
uint16_t | mac_short |
MAC short address, if <0xfffe then is valid. | |
uint8_t | mac_long [8] |
MAC long address (EUI-48 for Ethernet; EUI-64 for IEEE 802.15.4). | |
uint8_t | iid_eui64 [8] |
IPv6 interface identifier based on EUI-64. |
Detailed Description
Network MAC address info.
Definition at line 197 of file net_interface.h.
Field Documentation
uint8_t iid_eui64[8] |
IPv6 interface identifier based on EUI-64.
Definition at line 201 of file net_interface.h.
uint8_t mac_long[8] |
MAC long address (EUI-48 for Ethernet; EUI-64 for IEEE 802.15.4).
Definition at line 200 of file net_interface.h.
uint16_t mac_short |
MAC short address, if <0xfffe then is valid.
Definition at line 199 of file net_interface.h.
uint16_t PANId |
Network PAN-ID.
Definition at line 198 of file net_interface.h.
Generated on Fri Jul 22 2022 04:54:13 by
