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 public static BrightnessMode GetBrightnessMode()
Return Value
Type:
BrightnessModeReturns BRIGHTNESS_MODE_MANUAL or BRIGHTNESS_MODE_AUTOMATIC when getting the brightness adjustment mode is successful.
Exceptions Exception | Condition |
---|
IOException | Thrown when getting the brightness adjustment display mode is failed. |
See Also