FireSync API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
kEthernetLink Struct Reference

Description

Represents an Ethernet link speed.

Inheritance diagram for kEthernetLink:
Inheritance graph

Public Member Functions

k64u kEthernetLink_Capacity (kEthernetLink speed)
 Based on the link speed, reports the maximum send/receive throughput (bytes/second). More...
 
kStatus kEthernetLink_Format (kEthernetLink speed, kChar *text, kSize capacity)
 Formats a kEthernetLink value to a string buffer. More...
 

Related

#define kETHERNET_LINK_NONE   (0x0000)
 No link, or speed unknown.
 
#define kETHERNET_LINK_10_HALF   (0x0001)
 10 Mb/s, half duplex.
 
#define kETHERNET_LINK_10_FULL   (0x0002)
 10 Mb/s, full duplex.
 
#define kETHERNET_LINK_100_HALF   (0x0004)
 100 Mb/s, half-duplex.
 
#define kETHERNET_LINK_100_FULL   (0x0008)
 100 Mb/s, full-duplex.
 
#define kETHERNET_LINK_1000_HALF   (0x0010)
 1000 Mb/s, half-duplex.
 
#define kETHERNET_LINK_1000_FULL   (0x0020)
 1000 Mb/s, full-duplex.
 
#define kETHERNET_LINK_AUTO   (0x8000)
 Auto-negotiated.
 

The documentation for this struct was generated from the following file: