Set the parent of this node to the specified address.
If address is 0, then this node will have not have a parent node (i.e., it will be the root node). The behavior is undefined unless address is aligned to at least two bytes.
| Name | Description |
|---|---|
| address | parent node, or 0 if this node is the root |