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.
eth_data_req_s Struct Reference
Struct eth_data_req_s defines arguments for data request message. More...
#include <ethernet_mac_api.h>
| Data Fields | |
| uint16_t | msduLength | 
| Service data unit length. | |
| uint8_t * | msdu | 
| Service data unit. | |
| uint8_t * | srcAddress | 
| Source address. | |
| uint8_t * | dstAddress | 
| Destination address. | |
| uint16_t | etehernet_type | 
| Ethernet type. | |
| uint8_t | msduHandle | 
| Handle associated with MSDU. | |
Detailed Description
Struct eth_data_req_s defines arguments for data request message.
Definition at line 50 of file ethernet_mac_api.h.
Field Documentation
| uint8_t* dstAddress | 
Destination address.
Definition at line 54 of file ethernet_mac_api.h.
| uint16_t etehernet_type | 
Ethernet type.
Definition at line 55 of file ethernet_mac_api.h.
| uint8_t* msdu | 
Service data unit.
Definition at line 52 of file ethernet_mac_api.h.
| uint8_t msduHandle | 
Handle associated with MSDU.
Definition at line 56 of file ethernet_mac_api.h.
| uint16_t msduLength | 
Service data unit length.
Definition at line 51 of file ethernet_mac_api.h.
| uint8_t* srcAddress | 
Source address.
Definition at line 53 of file ethernet_mac_api.h.
Generated on Tue Jul 12 2022 20:53:11 by
 1.7.2
 1.7.2