Contents

configureInterface

Configures a newly created network interface object.

Declaration

virtual bool configureInterface(
 IONetworkInterface *interface);

Parameters

  • interface:

    The interface object to be configured.

Return Value

Returns true if the operation was successful, false otherwise (this will cause attachInterface() to fail and return 0).

Overview

This method configures an interface object that was created by createInterface(). Subclasses can override this method to customize and examine the interface object that will be attached to the controller as a client.

See Also

Miscellaneous