Click or drag to resize

MoverioDisplayGetDisplayState Method

Get the display state for the display.

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

Return Value

Type: DisplayState
Returns DISPLAY_MUTE_MODE_ON or DISPLAY_MUTE_MODE_OFF when getting the display state is successful.
Exceptions
ExceptionCondition
IOExceptionThrown when getting the display state is failed.
See Also