PTM:GetAdapterState: Difference between revisions

From 3dbrew
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..."
 
Wwylele (talk | contribs)
No edit summary
 
Line 22: Line 22:
|-
|-
| 2
| 2
| u8 output: 0 = not charging, 1 = charging.
| u8 output: 0 = not connected, 1 = connected.
|}
|}


=Description=
=Description=
This seems to be the same as [[PTM:GetBatteryChargeState]]?
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.