« Back to Product

Documentation

PJ_Backlight

 boolean PJ_Backlight (int $InstanceID, boolean $Status) 

Parameters

InstanceID

ID of the device to be switched

Status

TRUE for on, FALSE for off

Returns

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

Description

Switches the display backlight in the FD-868 with the ID InstanceID on or off.

Example

PJ_Backlight(12345, true);
Any questions?