Contents

init

Initializes an IOEthernetInterface instance.

Declaration

virtual bool init(
 IONetworkController *controller );

Parameters

  • controller:

    A network controller object that will service the interface object being initialized.

Return Value

Returns true on success, false otherwise.

Overview

Instance variables are initialized, and an arpcom structure is allocated.

See Also

Miscellaneous