Difference between revisions of "AM:GetDeviceId"
Jump to navigation
Jump to search
Steveice10 (talk | contribs) m |
|||
Line 22: | Line 22: | ||
|- | |- | ||
| 2 | | 2 | ||
− | | | + | | Unused by NIM. |
|- | |- | ||
| 3 | | 3 | ||
Line 29: | Line 29: | ||
=Description= | =Description= | ||
− | This retrieves the DeviceID, used in SOAP requests | + | This retrieves the DeviceID, used in SOAP requests. The SOAP DeviceID is a decimal u64, where the lower word is the retrieved DeviceID while the upper word is the [[Titles|platformID]](NIM has that hard-coded to 4 for DeviceId generation, in the code for AM:GetDeviceId). |
Revision as of 23:38, 1 February 2017
Request
Index Word | Description |
---|---|
0 | Header code [0x000A0000] |
Response
Index Word | Description |
---|---|
0 | Header code |
1 | Result code |
2 | Unused by NIM. |
3 | Device ID |
Description
This retrieves the DeviceID, used in SOAP requests. The SOAP DeviceID is a decimal u64, where the lower word is the retrieved DeviceID while the upper word is the platformID(NIM has that hard-coded to 4 for DeviceId generation, in the code for AM:GetDeviceId).