« Back to Product

Documentation

LCN_LockTargetValue

 boolean LCN_LockTargetValue (int $InstanceID, int $Target) 

Parameters

InstanceID

ID of the device to be switched

Target

Which controller should be locked (0,1,2,3)

Returns

If the command succeeds, it returns TRUE, otherwise FALSE.

Description

Locks controller Target of device with ID InstanceID.

Example

//Locks controller 0 of device 12345
LCN_LockTargetValue(12345, 0);
Any questions?