Set RFID Info
更新时间: 2026/08/06
在Gitcode上查看源码

Set RFID Info

Change History

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

Basic Information

Function Description

Set RFID tag information.

Privilege

Command Information

Request Information

ByteData Field
NetFn30h
CMD90h
1Sub command, subcommand=57h
2Type parameter. For details, see Table 1.
3Slave parameter. For details, see Table 2.
4Tag parameter. For details, see Table 3.
5reserved(Default:0x00)
6[7:1]: reserved
[0]: cascading flag
0: last frame of data, byte device configuration
1: middle data
7Length: indicates the length of the data to be written.
8:9Offset: offset of the written data, starting from 0.
10:NData, the data to be written

Response Information

ByteData Field
1Completion Code

Command Example

Request:

bash
ipmicmd -k "0f 00 30 93 DB 07 00 65 00 00" smi 0

Response:

text
00 DB 07 00 00

Back to Index