Documentation
IPS_SetLinkChildID
Require: IP-Symcon >= 2.1
boolean IPS_SetLinkChildID (int $LinkID, int $LinkedObject)
Parameters
LinkID | ID of the link |
LinkedObject | ID of the target object for the link |
Returns
If the command succeeds, it returns TRUE, otherwise FALSE.
Description
The documentation of this function only for compatibility reasons and should not be used in IPSymcon 2.6 and newer versions. Since version 4.0, this command can only be accessed if the Special Switch "Compatibility Functions" is activated.
The command binds a specific object with the ID LinkedObject to the link with the ID LinkID and thus the link refers to the object.
Example
IPS_SetLinkChildID($LinkID, 12345); //Refer to object 12345