Contents

init

Initializes the IONetworkController object.

Declaration

virtual bool init(
 OSDictionary *properties);

Parameters

  • properties:

    A dictionary object containing a property table associated with this instance.

Return Value

Returns true on success, false otherwise.

Overview

Instance variables are initialized, then super::init() is called.

See Also

Miscellaneous