19 lines
679 B
Plaintext

// Copyright (c) 2007-2010, Intel Corporation. All rights reserved.
[Version ( "3.0.0" ),
Description (
"Represents the Agent Presence Service in the Intel(R) AMT subsystem."
)]
class AMT_AgentPresenceService : CIM_Service {
[Description (
"This routine is used to enable or disable automatic platform reset." ),
ValueMap { "0", "1", "2" },
Values { "Completed with No Error", "Not Supported",
"Failed"}]
uint32 EnableHostResetAction(
[Required, IN, Description (
"This flag indicates whether the requested "
"operation is enable or disable." )]
boolean Enable);
};