boolean LCN_LockTargetValue (integer $InstanceID, integer $Target)
InstanceID | ID of the device to be switched |
Target | Which controller should be locked (0,1,2,3) |
If the command succeeds, it returns TRUE, otherwise FALSE. |
Locks controller Target of device with ID InstanceID.
//Locks controller 0 of device 12345 LCN_LockTargetValue(12345, 0);