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

Get Message Flags

Change History

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

Basic Information

Function Description

Flag indicating whether to obtain a message.

Privilege

ReadOnly

Command Information

Request Information

ByteData Field
NetFnApp 06h
CMD31h

Response Information

ByteData Field
1Completion Code
2Flags
[7]-1b=OEM 2 data available
[6]-1b=OEM 1 data available
[5]-1b=OEM 0 data available
[4]-reserved
[3]-1b=Watchdog pre-timeout interrupt occurred.
[2]-reserved
[1]-1b=Event Message Buffer Full. (Return as 0 if Event Message Buffer is not supported, or when the Event Message buffer is disabled.)
[0]-1b=Receive Message Available. One or more messages ready for reading from Receive Message Queue

Command Example

Obtain the message flag.

Request:

bash
ipmicmd -k "0f 00 06 31" smi 0

Response:

text
0f 07 00 31 00 00

Back to Index