« Back to Product

Documentation

LCN_ReleaseTargetValue

 boolean LCN_ReleaseTargetValue (int $InstanceID, int $Target) 

Parameters

InstanceID

ID of the device to be switched

Target

Which controller to unlock (0,1,2,3)

Returns

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

Description

Unlocks controller Target of device with ID InstanceID.

Example

//Unlocks controller 0 of device 12345
LCN_ReleaseTargetValue(12345, 0);
Any questions?