Class ME_Event

Used in features: Intel(R) ME defined Classes
ME_Event


class ME_Event

General Information:
A class Representing Events generated by Intel(R) ME

Qualifiers:
-------------
Version=0.0.4


Supported Fields Summary
 uint8 Category
Category of the event
 uint32 ID
Unique identifier of the event
 string Message
Event description
 datetime CreationTime
Event creation time

Methods Summary

Field Detail

Category

public uint8 Category
General Information:
Category of the event

Qualifiers:
-------------
ValueMap={1, 2, 3, 4, 5, 6, 7, 8}
Values={General, System Defense, EAC, Remote Diagnostic, WLAN, SecIO, KVM, RCS}


ID

public uint32 ID
General Information:
Unique identifier of the event


Message

public string Message
General Information:
Event description

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


CreationTime

public datetime CreationTime
General Information:
Event creation time


Method Detail

Copyright © 2006-2022, Intel Corporation. All rights reserved.