Difference between revisions of "FS:GetProductInfo"
Jump to navigation
Jump to search
(Created page with "=Request= {| class="wikitable" border="1" |- ! Index Word ! Description |- | 0 | Header code [0x082E0040] |- | 1 | u32 processID |} =Response= {| class="wikitable" border="1" ...") |
Steveice10 (talk | contribs) m (Put product info structure into data table.) |
||
Line 22: | Line 22: | ||
|- | |- | ||
| 1 | | 1 | ||
− | | | + | | Result code |
|- | |- | ||
− | | 2- | + | | 2-6 |
− | + | | ProductInfo | |
− | |||
− | |||
− | | | ||
|} | |} | ||
=Description= | =Description= | ||
This is an interface for [[Filesystem_services_PXI|FSPXI:GetProductInfo]]. | This is an interface for [[Filesystem_services_PXI|FSPXI:GetProductInfo]]. | ||
+ | |||
+ | =ProductInfo= | ||
+ | {| class="wikitable" border="1" | ||
+ | |- | ||
+ | ! Offset | ||
+ | ! Size | ||
+ | ! Description | ||
+ | |- | ||
+ | | 0x0 | ||
+ | | 0x10 | ||
+ | | Product Code | ||
+ | |- | ||
+ | | 0x10 | ||
+ | | 0x2 | ||
+ | | Company Code | ||
+ | |- | ||
+ | | 0x12 | ||
+ | | 0x2 | ||
+ | | u16, Remaster Version | ||
+ | |} |
Revision as of 05:59, 16 October 2015
Request
Index Word | Description |
---|---|
0 | Header code [0x082E0040] |
1 | u32 processID |
Response
Index Word | Description |
---|---|
0 | Header code |
1 | Result code |
2-6 | ProductInfo |
Description
This is an interface for FSPXI:GetProductInfo.
ProductInfo
Offset | Size | Description |
---|---|---|
0x0 | 0x10 | Product Code |
0x10 | 0x2 | Company Code |
0x12 | 0x2 | u16, Remaster Version |