Back to Aurora Vision Library website

You are here: Start » Function Reference » Hardware Support » AdvantechUNO » AdvantechUNO_SetBacklightLimits

AdvantechUNO_SetBacklightLimits


Header: ThirdPartySdk.h
Namespace: avl
Module: ThirdParty

Sets the display capabilities.

Syntax

void avl::AdvantechUNO_SetBacklightLimits
(
	AdvantechUNO_State& ioState,
	avl::AdvantechUNOBacklight::Type& inBacklight,
	atl::Optional<atl::int64> inMinBrightness,
	atl::Optional<atl::int64> inMaxBrightness,
	atl::Optional<bool> inAutoBrightness
)

Parameters

Name Type Range Default Description
Input will be modified ioState AdvantechUNO_State& Object used to maintain state of the function.
Input value inBacklight AdvantechUNOBacklight::Type& Backlight ID.
Input value inMinBrightness Optional<int64> 0 - NIL Minimum brightness level.
Input value inMaxBrightness Optional<int64> 0 - NIL Maximum brightness level.
Input value inAutoBrightness Optional<bool> NIL Turn auto brightness on/off.

Remarks

I/O device driver software

This filter is intended to cooperate with an Advantech UNO series device using its vendor SDK. To be able to connect to the device, it is required to install PlatformSDK and device drivers.

Add DLL path to system environment variable may be required.

Recommended PlatformSDK version for Aurora Vision Studio usage is V1.02.003 (1.2.3).

PlatformSDK can be downloaded from the following website: https://www.advantech.com/en-eu/search/?q=PlatformSDK&st=support.

See Also