« Back to Product

Documentation

ZW_LockMode

 boolean ZW_LockMode (int $InstanceID, int $Value) 

Parameters

InstanceID

Device ID

Value

0..255

Returns

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

Description

Sets the LockMode for the device with the InstanceID InstanceID

Example

ZW_LockMode(12345, 0);
Any questions?