Network Component  
MDK Middleware for IPv4 and IPv6 Networking
 
Loading...
Searching...
No Matches

Structures of the Ethernet Interface. More...

Data Structures

Description

Structures of the Ethernet Interface.


Data Structure Documentation

◆ NET_ETH_LINK_INFO

struct NET_ETH_LINK_INFO

Ethernet link information.

Contains information about the Ethernet link (speed and duplex mode).

Data Fields
uint32_t duplex: 1 Duplex mode: 0= Half, 1= Full.
uint32_t speed: 2 Link speed: 0= 10 MBit, 1= 100 MBit, 2= 1 GBit.