boolean IPS_ConnectInstance (integer $InstanceID, integer $ParentID)
InstanceID | ID of the instance |
ParentID | ID of the newly connected instance |
If the command succeeds, it returns TRUE, otherwise FALSE. |
The command connects the instance InstanceID with the instance ParentID, seen by the hardware (physical) view, that the data can be exchanged. An example is a FS20 device that is connected to an FTA splitter.
Each instance can have only one parent instance.
IPS_ConnectInstance(12345, 23456);