IsFullyCharged Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Retrieves a value that indicates whether the battery is fully charged.

Namespace:  Microsoft.SPOT.Hardware
Assembly:  Microsoft.SPOT.Hardware (in Microsoft.SPOT.Hardware.dll)

Syntax

'Declaration
Public Shared Function IsFullyCharged As Boolean
public static bool IsFullyCharged()
public:
static bool IsFullyCharged()
static member IsFullyCharged : unit -> bool 
public static function IsFullyCharged() : boolean

Return Value

Type: System. . :: . .Boolean
true only if the battery is fully charged; otherwise, false.

.NET Framework Security

See Also

Reference

Battery Class

Microsoft.SPOT.Hardware Namespace