Zephyr API 3.6.99
|
Hardware link address structure. More...
#include <net_linkaddr.h>
Data Fields | |
uint8_t * | addr |
The array of byte representing the address. | |
uint8_t | len |
Length of that address array. | |
uint8_t | type |
What kind of address is this for. | |
Hardware link address structure.
Used to hold the link address information
uint8_t* net_linkaddr::addr |
The array of byte representing the address.
uint8_t net_linkaddr::len |
Length of that address array.
uint8_t net_linkaddr::type |
What kind of address is this for.