PTM:GetAdapterState: Difference between revisions
Jump to navigation
Jump to search
Created page with "=Request= {| class="wikitable" border="1" |- ! Index Word ! Description |- | 0 | Header code [0x00050000] |} =Response= {| class="wikitable" border="1" |- ! Index Word ! Des..." |
No edit summary |
||
Line 22: | Line 22: | ||
|- | |- | ||
| 2 | | 2 | ||
| u8 output: 0 = not | | u8 output: 0 = not connected, 1 = connected. | ||
|} | |} | ||
=Description= | =Description= | ||
Similar to [[PTM:GetBatteryChargeState]], but when the battery is already fully charged with the adapter still connected, this function returns 1, while PTM:GetBatteryChargeState returns 0. |
Latest revision as of 13:25, 21 March 2017
Request
Index Word | Description |
---|---|
0 | Header code [0x00050000] |
Response
Index Word | Description |
---|---|
0 | Header code |
1 | Result code |
2 | u8 output: 0 = not connected, 1 = connected. |
Description
Similar to PTM:GetBatteryChargeState, but when the battery is already fully charged with the adapter still connected, this function returns 1, while PTM:GetBatteryChargeState returns 0.