
Voltage
Acquires the battery voltage.
■ Syntax
[VB]
Public ReadOnly Property Voltage As Integer
[C#]
public int Voltage {get;}
■ Property
Battery voltage (mV)
Default value: Battery voltage at the time of initialization
■ Exceptions
None
[Ex.] Acquire the battery voltage.
[VB]
Dim Volt As Short = MyBattery.Voltage
[C#]
short volt = MyBattery.Voltage;
163
Comentarios a estos manuales