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
eth_data_ind_s Struct Reference
Struct eth_data_ind_s defines arguments for data indication 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 [6] |
| Source address. | |
| uint8_t | dstAddress [6] |
| Destination address. | |
| uint16_t | etehernet_type |
| Ethernet type. | |
| uint8_t | link_quality |
| Link quality. | |
| int8_t | dbm |
| measured dBm | |
Detailed Description
Struct eth_data_ind_s defines arguments for data indication message.
Definition at line 62 of file ethernet_mac_api.h.
Field Documentation
| int8_t dbm |
measured dBm
Definition at line 69 of file ethernet_mac_api.h.
| uint8_t dstAddress[6] |
Destination address.
Definition at line 66 of file ethernet_mac_api.h.
| uint16_t etehernet_type |
Ethernet type.
Definition at line 67 of file ethernet_mac_api.h.
| uint8_t link_quality |
Link quality.
Definition at line 68 of file ethernet_mac_api.h.
| uint8_t* msdu |
Service data unit.
Definition at line 64 of file ethernet_mac_api.h.
| uint16_t msduLength |
Service data unit length.
Definition at line 63 of file ethernet_mac_api.h.
| uint8_t srcAddress[6] |
Source address.
Definition at line 65 of file ethernet_mac_api.h.
Generated on Fri Jul 22 2022 04:54:12 by
1.7.2
