boolean ZW_ProtectionSet (int $InstanceID, int $Mode)
InstanceID | Device ID |
Mode | 0..255 |
If the command succeeds, it returns TRUE, otherwise FALSE.
Sets the Protection and its Mode Mode from the specified device with InstanceID InstanceID
Mode | Integer-Value |
---|---|
Off | 0 |
Limited | 1 |
On | 2 |
ZW_ProtectionSet(12345, 1);