14 lines
423 B
Plaintext
14 lines
423 B
Plaintext
// Copyright (c) 2007-2010, Intel Corporation. All rights reserved.
|
|
[Version ( "3.0.0" ),
|
|
Description ( "Represents the Event Manager service in AMT." )]
|
|
class AMT_EventManagerService : CIM_Service {
|
|
|
|
[Description (
|
|
"The default community string used for "
|
|
"AMT_SNMPEventSubscriber instances that don\'t include an "
|
|
"override value." )]
|
|
string DefaultCommunityString;
|
|
|
|
|
|
};
|