Class AMT_Service

Used in features: Intel ME defined Classes

CIM_ManagedElement
   extended by CIM_ManagedSystemElement
      extended by CIM_LogicalElement
         extended by CIM_EnabledLogicalElement
            extended by CIM_Service
               extended by AMT_Service



class AMT_Service
extends CIM_Service

General Information:
A class providing access to AMT Features configuration, such as KVM and IDE-Redirect

Qualifiers:
-------------
Version=0.0.1


Supported Fields Summary
 string Name Key
The Name property uniquely identifies the Service and provides an indication of the functionality that is managed . . .
 string CreationClassName Key
CreationClassName indicates the name of the class or the subclass that is used in the creation of an instance . . .
 string SystemName Key
The Name of the scoping System.
 string SystemCreationClassName Key
The CreationClassName of the scoping System.

Methods Summary
 uint32 isWebUIEnabled(enabled)

 uint32 isSOLActive(enabled)

 uint32 isIDERActive(enabled)

 uint32 isKVMActive(enabled)

 uint32 TerminateKVMSession()

 uint32 setSpriteZoom()

 uint32 setSpriteLocale(locale)
allows user to specify Sprite locale

Field Detail

Name Key

public string Name
General Information:
The Name property uniquely identifies the Service and provides an indication of the functionality that is managed. This functionality is described in more detail in the Description property of the object.

Qualifiers:
-------------
Key
Override=Name
MaxLen=256


CreationClassName Key

public string CreationClassName
General Information:
CreationClassName indicates the name of the class or the subclass that is used in the creation of an instance. When used with the other key properties of this class, this property allows all instances of this class and its subclasses to be uniquely identified.

Qualifiers:
-------------
Key
MaxLen=256


SystemName Key

public string SystemName
General Information:
The Name of the scoping System.

Qualifiers:
-------------
Key
MaxLen=256
Propagated=CIM_System.Name


SystemCreationClassName Key

public string SystemCreationClassName
General Information:
The CreationClassName of the scoping System.

Qualifiers:
-------------
Key
MaxLen=256
Propagated=CIM_System.CreationClassName


Method Detail

isWebUIEnabled

public uint32 isWebUIEnabled([OUT]boolean enabled)
Permission Information:
No permissions defined

General Information:


Parameters:
--------------
enabled
General Information:


Qualifiers:
-------------
out



isSOLActive

public uint32 isSOLActive([OUT]boolean enabled)
Permission Information:
No permissions defined

General Information:


Parameters:
--------------
enabled
General Information:


Qualifiers:
-------------
out



isIDERActive

public uint32 isIDERActive([OUT]boolean enabled)
Permission Information:
No permissions defined

General Information:


Parameters:
--------------
enabled
General Information:


Qualifiers:
-------------
out



isKVMActive

public uint32 isKVMActive([OUT]boolean enabled)
Permission Information:
No permissions defined

General Information:


Parameters:
--------------
enabled
General Information:


Qualifiers:
-------------
out



TerminateKVMSession

public uint32 TerminateKVMSession()
Permission Information:
No permissions defined

General Information:


setSpriteZoom

public uint32 setSpriteZoom()
Permission Information:
No permissions defined

General Information:


setSpriteLocale

public uint32 setSpriteLocale([IN]string locale)
Permission Information:
No permissions defined

General Information:
allows user to specify Sprite locale

Qualifiers:
-------------
InternalOnly=locale format TBD


Parameters:
--------------
locale
General Information:


Qualifiers:
-------------
IN