CfgS:SecureInfoGetSerialNo: Difference between revisions
Created page with "=Request= {| class="wikitable" border="1" |- ! Index Word ! Description |- | 0 | Header code [0x04080042] |- | 1 | Size, this is only used for the output buffer <nowiki>"12 | (..." |
|||
(3 intermediate revisions by the same user not shown) | |||
Line 6: | Line 6: | ||
|- | |- | ||
| 0 | | 0 | ||
| Header code [0x04080042] | | Header code [0x04080042] (Alternate header for "cfg:i": 0x08180042) | ||
|- | |- | ||
| 1 | | 1 | ||
| Size, this is only | | Size, this is normally 0xF. Cfg module only uses this for the output buffer <nowiki>"12 | (Size<<4)"</nowiki> field. | ||
|- | |- | ||
| 2 | | 2 | ||
Line 15: | Line 15: | ||
|- | |- | ||
| 3 | | 3 | ||
| Buffer for the 0xF-byte [[Nandrw/sys/SecureInfo_A|SecureInfo]] serial number. | | Buffer for the 0xF-byte [[Nandrw/sys/SecureInfo_A|SecureInfo]] serial number, from the already-loaded SecureInfo buffer. | ||
|} | |} | ||