Read Event Message Buffer
更新时间: 2025/06/26
在Gitcode上查看源码

35h — Read Event Message Buffer

Change History

openUBMC VersionRevision DateAuthorDescription
25.062025/06/26pengqiang-gsInitial draft, add command details

Basic Information

Function Description

Retrieves the contents of the Event Message Buffer.

Privilege

ReadOnly

Command Information

Request Information

No request data.

Response Information

ByteData Field
1Completion Code
Generic, plus additional command-specific completion codes:
 80h = data not available (queue / buffer empty)
2:17Message Data.
16 bytes of data in SEL Record format, per SEL Event Records. A dummy Record ID of FFFFh should be returned for events placed in the Event Message Buffer while event logging is disabled or if the SEL is full. System management software should ignore the record ID when event logging is disabled.

Command Examples

Example 1: Send Message to Specified Channel 1

  • Request:
  • Response:

Back to Index