Difference between revisions of "FRDU:GetMyProfile"
Jump to navigation
Jump to search
m |
TimmSkiller (talk | contribs) |
||
Line 1: | Line 1: | ||
=Request= | =Request= | ||
− | { | + | {{IPC/Request}} |
− | | | + | {{IPC/RequestHeader|0x0007|0|0}} |
− | + | {{IPC/RequestEnd}} | |
− | |||
− | | | ||
− | | 0 | ||
− | |||
− | |||
=Response= | =Response= | ||
− | { | + | {{IPC/Request}} |
− | + | {{#vardefine:ipc_offset|0}} | |
− | + | {{IPC/RequestHeader|0x0007|3|0}} | |
− | + | {{IPC/RequestEntry|Result code}} | |
− | + | {{IPC/RequestEntryRange|2|[[FRDU:GetMyProfile#Profile_Structure|Profile]] structure}} | |
− | | 0 | + | {{IPC/RequestEnd}} |
− | | | ||
− | | | ||
− | | | ||
− | | Result code | ||
− | | | ||
− | | | ||
− | | Profile structure | ||
− | |||
− | Profile Structure | + | =Profile Structure= |
{| class="wikitable" border="1" | {| class="wikitable" border="1" | ||
|- | |- | ||
− | ! | + | ! Type |
− | ! | + | ! Name |
|- | |- | ||
| u8 | | u8 | ||
− | | | + | | Region |
|- | |- | ||
| u8 | | u8 | ||
− | | | + | | Country |
|- | |- | ||
| u8 | | u8 | ||
− | | | + | | Area |
|- | |- | ||
| u8 | | u8 | ||
− | | | + | | Language |
|- | |- | ||
| u8 | | u8 | ||
− | | | + | | Platform, always 2 (PLATFORM_CTR) |
|- | |- | ||
| u8[3] | | u8[3] | ||
| padding | | padding | ||
|} | |} |
Revision as of 18:19, 12 December 2024
Request
Index Word | Description | ||||||||
---|---|---|---|---|---|---|---|---|---|
0 |
|
Response
Index Word | Description | ||||||||
---|---|---|---|---|---|---|---|---|---|
0 |
| ||||||||
1 | Result code | ||||||||
2-3 | Profile structure |
Profile Structure
Type | Name |
---|---|
u8 | Region |
u8 | Country |
u8 | Area |
u8 | Language |
u8 | Platform, always 2 (PLATFORM_CTR) |
u8[3] | padding |