[ Version ( since = "1.5.1" ) ]
public void add_child (Device child)
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.
this |
A Device |
child |
Another Device |