---
title: init
framework: kernel
role: pseudoSymbol
path: kernel/iofirewiredevice/1810312-init
---

# init

Initializes the nub.

## Declaration

```occ
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

Return Value Returns true if initialization was successful; false otherwise.

## See Also

### Miscellaneous

- [clearNodeFlags](kernel/iofirewiredevice/1810239-clearnodeflags.md)
- [createPhysicalAddressSpace](kernel/iofirewiredevice/1810254-createphysicaladdressspace.md)
- [createPseudoAddressSpace](kernel/iofirewiredevice/1810271-createpseudoaddressspace.md)
- [getNodeFlags](kernel/iofirewiredevice/1810283-getnodeflags.md)
- [getUnitCount](kernel/iofirewiredevice/1810297-getunitcount.md)
- [setMaxSpeed](kernel/iofirewiredevice/1810324-setmaxspeed.md)
- [setNodeFlags](kernel/iofirewiredevice/1810338-setnodeflags.md)
