Network Component  Version 7.19.0
MDK Middleware for IPv4 and IPv6 Networking
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages

Structures of the Ethernet Interface. More...

Structures

struct  NET_ETH_LINK_INFO
 Ethernet link information. More...
 

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.