Documentation
IPS_ConnectInstance
boolean IPS_ConnectInstance (int $InstanceID, int $ParentID)
Parameters
InstanceID | ID of the instance |
ParentID | ID of the newly connected instance |
Returns
If the command succeeds, it returns TRUE, otherwise FALSE.
Description
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.
Example
IPS_ConnectInstance(12345, 23456);