add_child
Description:
Adds a child device.
An child device is logically linked to the primary device in some way.
NOTE: You should never call this function from user code, it is for daemon use only. Only use set_parent to set up a logical tree.
Parameters:
this |
A Device |
child |
Another Device |