Clear Message Flags
更新时间: 2026/08/06
在Gitcode上查看源码

Clear Message Flags

Change History

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

Basic Information

Function Description

Indicates whether to clear messages.

Privilege

ReadOnly

Command Information

Request Information

ByteData Field
NetFnApp 06h
CMD30h
1[7]-1b=Clear OEM 2
[6]-1b=Clear OEM 1
[5]-1b=Clear OEM 0
[4]-reserved
[3]-1b=Clear watchdog pre-timeout interrupt flag
[2]-reserved
[1]-1b=Clear Event Message Buffer.
[0]-1b=Clear Receive Message Queue

Response Information

ByteData Field
1Completion Code
Implementations are not required to return an error completion code if an attempt is made to clear the Event Message Buffer flag but the Event Message Buffer is not supported

Command Example

Clear the message flag.

Request:

bash
ipmicmd -k "0f 00 06 30 01" smi 0

Response:

text
0f 07 00 30 00

Back to Index