Click or drag to resize

MoverioDisplayGetBrightnessMode Method

Get the brightness adjustment mode for the display.

Namespace:  MoverioBasicFunctionUnityPlugin
Assembly:  MoverioBasicFunctionUnityPlugin (in MoverioBasicFunctionUnityPlugin.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
C#
public static BrightnessMode GetBrightnessMode()

Return Value

Type: BrightnessMode
Returns BRIGHTNESS_MODE_MANUAL or BRIGHTNESS_MODE_AUTOMATIC when getting the brightness adjustment mode is successful.
Exceptions
ExceptionCondition
IOExceptionThrown when getting the brightness adjustment display mode is failed.
See Also