Set RFID Info
更新时间: 2026/08/06
在Gitcode上查看源码Set RFID Info
Change History
| openUBMC Version | Revision Date | Description |
|---|---|---|
| 25.06 | 2025/06/26 | Initial draft: add command details |
Basic Information
Function Description
Set RFID tag information.
Privilege
Command Information
Request Information
| Byte | Data Field |
|---|---|
| NetFn | 30h |
| CMD | 90h |
| 1 | Sub command, subcommand=57h |
| 2 | Type parameter. For details, see Table 1. |
| 3 | Slave parameter. For details, see Table 2. |
| 4 | Tag parameter. For details, see Table 3. |
| 5 | reserved(Default:0x00) |
| 6 | [7:1]: reserved [0]: cascading flag 0: last frame of data, byte device configuration 1: middle data |
| 7 | Length: indicates the length of the data to be written. |
| 8:9 | Offset: offset of the written data, starting from 0. |
| 10:N | Data, the data to be written |
Response Information
| Byte | Data Field |
|---|---|
| 1 | Completion Code |
Command Example
Request:
bash
ipmicmd -k "0f 00 30 93 DB 07 00 65 00 00" smi 0Response:
text
00 DB 07 00 00