Contents

IOEthernetController

Abstract superclass for Ethernet controllers.

Declaration

class IOEthernetController : IONetworkController

Overview

Ethernet controller drivers should subclass IOEthernetController, and implement or override the hardware specific methods to create an Ethernet driver. An interface object (an IOEthernetInterface instance) must be instantiated by the driver, through attachInterface(), to connect the controller driver to the data link layer.

Topics

Miscellaneous

Instance Variables

Instance Methods

Type Methods

See Also

IOKit