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

Structures of the Ethernet Interface. More...

Structures

struct  NET_ETH_LINK_INFO
 Ethernet link information. More...
 
struct  NET_DHCP_OPTION_ITEM
 DHCP Option Item. More...
 

Description

Structures of the Ethernet Interface.


Data Structure Documentation

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.
struct NET_DHCP_OPTION_ITEM

DHCP Option Item.

Carries information about the DHCP options.

Data Fields
uint8_t code Option type code.
uint8_t length Length of Option value.
uint8_t * value Pointer to Option value.