EtherHeader
Overview
Related Modules:
Description:
Defines the Ethernet header information of a data frame, including the destination address, source address, and Ethernet type.
Since:
1.0
Summary
Data Fields
| Variable Name | Description |
|---|---|
| etherDhost [MAC_ADDR_SIZE] | uint8_t |
| etherShost [MAC_ADDR_SIZE] | uint8_t |
| etherType | uint16_t |
