« Back to Product

Documentation

IPS_GetInstanceParentID

 int IPS_GetInstanceParentID (int $InstanceID) 

Parameters

InstanceID

ID of the instance

Returns

ID of the parent instance

Description

Warning

This function should not be used since IP-Symcon 2.6 and was removed with IP-Symcon 4.0.

The command returns the ID of the parent instance for the instance InstanceID. (Seen by the hardware (physical) view)

Warning

This command is only useful for devices and splitter instances.

F

Example

// Up to Version 2.5 
echo IPS_GetInstanceParentID(12345);
 
// Since Version 2.6
echo IPS_GetInstance(12345)['ConnectionID'];
Any questions?