XenevaOS
Loading...
Searching...
No Matches
XenevaOS
Boot
include
IndustryStandard
IpmiNetFnSensorEvent.h
Go to the documentation of this file.
1
22
#ifndef _IPMI_NET_FN_SENSOR_EVENT_H_
23
#define _IPMI_NET_FN_SENSOR_EVENT_H_
24
25
#pragma pack(1)
26
//
27
// Net function definition for Sensor command
28
//
29
#define IPMI_NETFN_SENSOR_EVENT 0x04
30
31
//
32
// All Sensor commands and their structure definitions to follow here
33
//
34
35
//
36
// Definitions for Send Platform Event Message command
37
//
38
#define IPMI_SENSOR_PLATFORM_EVENT_MESSAGE 0x02
39
40
typedef
struct
{
41
UINT8
GeneratorId
;
42
UINT8
EvMRevision
;
43
UINT8
SensorType
;
44
UINT8
SensorNumber
;
45
UINT8
EventDirType
;
46
UINT8
OEMEvData1
;
47
UINT8
OEMEvData2
;
48
UINT8
OEMEvData3
;
49
}
IPMI_PLATFORM_EVENT_MESSAGE_DATA_REQUEST
;
50
51
#pragma pack()
52
#endif
UINT8
unsigned char UINT8
Definition
actypes.h:236
IPMI_PLATFORM_EVENT_MESSAGE_DATA_REQUEST
Definition
IpmiNetFnSensorEvent.h:40
IPMI_PLATFORM_EVENT_MESSAGE_DATA_REQUEST::OEMEvData1
UINT8 OEMEvData1
Definition
IpmiNetFnSensorEvent.h:46
IPMI_PLATFORM_EVENT_MESSAGE_DATA_REQUEST::EvMRevision
UINT8 EvMRevision
Definition
IpmiNetFnSensorEvent.h:42
IPMI_PLATFORM_EVENT_MESSAGE_DATA_REQUEST::OEMEvData2
UINT8 OEMEvData2
Definition
IpmiNetFnSensorEvent.h:47
IPMI_PLATFORM_EVENT_MESSAGE_DATA_REQUEST::OEMEvData3
UINT8 OEMEvData3
Definition
IpmiNetFnSensorEvent.h:48
IPMI_PLATFORM_EVENT_MESSAGE_DATA_REQUEST::GeneratorId
UINT8 GeneratorId
Definition
IpmiNetFnSensorEvent.h:41
IPMI_PLATFORM_EVENT_MESSAGE_DATA_REQUEST::SensorNumber
UINT8 SensorNumber
Definition
IpmiNetFnSensorEvent.h:44
IPMI_PLATFORM_EVENT_MESSAGE_DATA_REQUEST::EventDirType
UINT8 EventDirType
Definition
IpmiNetFnSensorEvent.h:45
IPMI_PLATFORM_EVENT_MESSAGE_DATA_REQUEST::SensorType
UINT8 SensorType
Definition
IpmiNetFnSensorEvent.h:43
Generated by
1.9.8