Contents

init

Initializes the nub.

Declaration

virtual bool init(
 OSDictionary *propTable,
 const IOFWNodeScan *scan);

Parameters

  • propTable:

    Property table passed to the standard nub initialization.

  • scan:

    Pointer to the node scan structure.

Return Value

Returns true if initialization was successful; false otherwise.

See Also

Miscellaneous