IGameControllerBatteryInfo.TryGetBatteryReport Method

Definition

Gets information about the game controller's current battery state.

public:
 BatteryReport ^ TryGetBatteryReport();
BatteryReport TryGetBatteryReport();
public BatteryReport TryGetBatteryReport();
function tryGetBatteryReport()
Public Function TryGetBatteryReport () As BatteryReport

Returns

Information about the game controller's current battery state.

Applies to

See also