代码仓
中
Get Event Receiver
更新时间: 2026/08/06
在AtomGit上查看源码

Get Event Receiver ​

Change History ​

openUBMC VersionRevision DateDescription
25.062025/06/26Initial draft: add command details

Basic Information ​

Function Description ​

This method is used to obtain an event receiver.

Privilege ​

ReadOnly

Command Information ​

Request Information ​

ByteData Field
NetFnS/E 04h
CMD01h

Response Information ​

ByteData Field
1Completion Code
2Event Receiver Slave Address. 0FFh indicates Event Message Generation
has been disabled. Otherwise:
[7:1] IPMB (I2C) Slave Address
[0] always 0b when [7:1] hold I2C slave address
3[7:2]-reserved
[1:0]-Event Receiver LUN

Command Example ​

Obtain the event receiver. ​

Request:

bash
ipmicmd -k "0f 00 04 01" smi 0

Response:

text
0f 00 03

Back to Index ​