Difference between revisions of "FS:GetProductInfo"

From 3dbrew
Jump to navigation Jump to search
m (Put product info structure into data table.)
m (Use common types.)
 
Line 25: Line 25:
 
|-
 
|-
 
| 2-6
 
| 2-6
| ProductInfo
+
| [[Filesystem_services#ProductInfo|Product Info]]
 
|}
 
|}
  
 
=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
 
|}
 

Latest revision as of 23:46, 17 October 2015

Request[edit]

Index Word Description
0 Header code [0x082E0040]
1 u32 processID

Response[edit]

Index Word Description
0 Header code
1 Result code
2-6 Product Info

Description[edit]

This is an interface for FSPXI:GetProductInfo.