Difference between revisions of "FRDU:GetMyProfile"
Jump to navigation
Jump to search
Steveice10 (talk | contribs) (Created page with "=Request= {| class="wikitable" border="1" |- ! Index Word ! Description |- | 0 | Header code [0x00070000] |} =Response= {| class="wikitable" border="1" |- ! Index Word ! Des...") |
Steveice10 (talk | contribs) (Correct response information.) |
||
Line 22: | Line 22: | ||
|- | |- | ||
| 2 | | 2 | ||
− | | | + | | Profile structure |
+ | |} | ||
+ | |||
+ | Profile Structure: | ||
+ | {| class="wikitable" border="1" | ||
|- | |- | ||
− | + | ! Type | |
− | + | ! Name | |
|- | |- | ||
− | | | + | | u8 |
− | | | + | | region |
|- | |- | ||
− | | | + | | u8 |
− | | | + | | country |
|- | |- | ||
− | | | + | | u8 |
− | | | + | | area |
+ | |- | ||
+ | | u8 | ||
+ | | language | ||
+ | |- | ||
+ | | u8 | ||
+ | | unknown | ||
|} | |} |
Revision as of 16:28, 6 October 2015
Request
Index Word | Description |
---|---|
0 | Header code [0x00070000] |
Response
Index Word | Description |
---|---|
0 | Header code |
1 | Result code |
2 | Profile structure |
Profile Structure:
Type | Name |
---|---|
u8 | region |
u8 | country |
u8 | area |
u8 | language |
u8 | unknown |