Documentation
IPS_SetLinkTargetID
Require: IP-Symcon >= 2.6
boolean IPS_SetLinkTargetID (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 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_SetLinkTargetID($LinkID, 12345); //Refer to object 12345