Appearance
struct eth_hw_address_t
Structure representing an Ethernet hardware address. More...
#include <eth.h>
Public Attributes
Name | |
---|---|
uint8_t[6] | octet |
Detailed Description
cpp
struct eth_hw_address_t;
Structure representing an Ethernet hardware address.
This structure represents a 6-byte Ethernet hardware address.
Public Attributes Documentation
variable octet
cpp
uint8_t eth_hw_address_t::octet[6]