Retrieves the available monitors in the Intel(R) AMT.

Namespace:  Intel.Manageability.KVM
Assembly:  HLAPI (in HLAPI.dll)

Syntax

C#
List<VisibleScreen> GetAvailableMonitors()
Visual Basic (Declaration)
Function GetAvailableMonitors As List(Of VisibleScreen)

Return Value

List of available monitors. supported from Intel AMT 8.0 and later. This information is available only when the IMSS is up in the AMT. Otherwise, the function will return VisibleScreen.Unknown. if the IMSS was up and then turn to down the function will return the available screens as when the IMSS was up.

See Also