Get Channel Payload Version
更新时间: 2026/08/06
在Gitcode上查看源码Get Channel Payload Version
Change History
| openUBMC Version | Revision Date | Description |
|---|---|---|
| 25.06 | 2025/06/26 | Initial draft: add command details |
Basic Information
Function Description
This API is used to obtain the channel payload version.
Privilege
ReadOnly
Command Information
Request Information
| Byte | Data Field |
|---|---|
| NetFn | App 06h |
| CMD | 4Fh |
| 1 | Channel Number [7:4]-reserved [3:0]-Channel Number |
| 2 | Payload Type Number/Payload Type Handle-number of the standard payload type or OEM Payload Handle to retrieve status for See Table 8-1, Payload Type Numbers. |
Response Information
| Byte | Data Field |
|---|---|
| 1 | Completion Code, Generic plus following command-specific completion codes: 80h-Payload type not available on given channel |
| 2 | Format Version [7:4]-Major Format Version. BCD encoded (0 to 9) [3:0]-Minor Format Version. BCD encoded. (0 to 9) Software should present version data to the user in the format "major.minor"-e.g. 10h → "1.0" The Format Version for the SOL payload implemented per this specification is 1.0 (10h) |
Command Example
Obtain the channel payload version.
Request:
bash
ipmicmd -k "0f 00 06 4f 01 01" smi 0Response:
text
0f 07 00 4f 00 10