Show / Hide Table of Contents

Class DevicePowerEventArgs

Event Args for a battery update.

Inheritance
object
EventArgs
DevicePowerEventArgs
Inherited Members
EventArgs.Empty
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: HoloMetrix.Net.Remote
Assembly: HoloMetrix.Net.Remote.dll
Syntax
public class DevicePowerEventArgs : EventArgs

Properties

| Improve this Doc View Source

RemainingCharge

Charge remaining as a value between 0.0 and 1.0.

Declaration
public float RemainingCharge { get; set; }
Property Value
Type Description
float
  • Improve this Doc
  • View Source
Back to top Generated by DocFX