WakeUpOnCharge Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Wake up on charge configuration
public class WakeUpOnCharge : IEquatable<Iot.Device.PiJuiceDevice.Models.WakeUpOnCharge>
type WakeUpOnCharge = class
interface IEquatable<WakeUpOnCharge>
Public Class WakeUpOnCharge
Implements IEquatable(Of WakeUpOnCharge)
- Inheritance
-
WakeUpOnCharge
- Implements
Constructors
WakeUpOnCharge(Boolean, Ratio) |
Wake up on charge configuration |
WakeUpOnCharge(WakeUpOnCharge) |
Properties
Disabled |
Is the wake up on charge disabled. |
EqualityContract | |
WakeUpPercentage |
Battery charge level percentage between [0 - 100] used to wake up the Raspberry Pi. |
Methods
<Clone>$() | |
Deconstruct(Boolean, Ratio) | |
Equals(Object) | |
Equals(WakeUpOnCharge) | |
GetHashCode() | |
PrintMembers(StringBuilder) | |
ToString() |
Operators
Equality(WakeUpOnCharge, WakeUpOnCharge) | |
Inequality(WakeUpOnCharge, WakeUpOnCharge) |