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
 No link, or speed unknown.
 
#define kETHERNET_LINK_10_HALF
 10 Mb/s, half duplex.
 
#define kETHERNET_LINK_10_FULL
 10 Mb/s, full duplex.
 
#define kETHERNET_LINK_100_HALF
 100 Mb/s, half-duplex.
 
#define kETHERNET_LINK_100_FULL
 100 Mb/s, full-duplex.
 
#define kETHERNET_LINK_1000_HALF
 1000 Mb/s, half-duplex.
 
#define kETHERNET_LINK_1000_FULL
 1000 Mb/s, full-duplex.
 
#define kETHERNET_LINK_AUTO
 Auto-negotiated.
 

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