XenevaOS
Loading...
Searching...
No Matches
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
50
51#pragma pack()
52#endif
unsigned char UINT8
Definition actypes.h:236
Definition IpmiNetFnSensorEvent.h:40
UINT8 OEMEvData1
Definition IpmiNetFnSensorEvent.h:46
UINT8 EvMRevision
Definition IpmiNetFnSensorEvent.h:42
UINT8 OEMEvData2
Definition IpmiNetFnSensorEvent.h:47
UINT8 OEMEvData3
Definition IpmiNetFnSensorEvent.h:48
UINT8 GeneratorId
Definition IpmiNetFnSensorEvent.h:41
UINT8 SensorNumber
Definition IpmiNetFnSensorEvent.h:44
UINT8 EventDirType
Definition IpmiNetFnSensorEvent.h:45
UINT8 SensorType
Definition IpmiNetFnSensorEvent.h:43