Get Message Flags
更新时间: 2026/08/06
在Gitcode上查看源码Get Message Flags
Change History
| openUBMC Version | Revision Date | Description |
|---|---|---|
| 25.06 | 2025/06/26 | Initial draft: add command details |
Basic Information
Function Description
Flag indicating whether to obtain a message.
Privilege
ReadOnly
Command Information
Request Information
| Byte | Data Field |
|---|---|
| NetFn | App 06h |
| CMD | 31h |
Response Information
| Byte | Data Field |
|---|---|
| 1 | Completion Code |
| 2 | Flags [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 0Response:
text
0f 07 00 31 00 00