
102
3.75 SysSetBLBattery
This function sets up a brightness of the backlight while the operation power is provided by the
installed battery pack.
In the Device Emulator, the function does not perform, but stores the preset value as internal
variable. The value stored can be checked with SysGetBLBattery function.
Calling Sequences
[C++]
DWORD SysSetBLBattery(
DWORD setting
)
[Visual Basic]
Public Shared Function SysSetBLBattery( _
ByVal setting As Int32 _
) As Int32
[C#]
public static Int32 SysSetBLBattery(
Int32 setting
);
Parameters
setting
This parameter is for setting a brightness of the backlight. The backlight is turned off if "0"
is set in this parameter. The defaults is "6".
Return Values
TRUE : Normal end
FUNCTION_UNSUPPORT : Unsupported error
Note:
For the maximum value to set in the setting parameter, call SysGetBLMaximum function
to retrieve it.
Comentarios a estos manuales