DeviceMessageFrameBatteryLevel Property

The battery level of the device.

Definition

Namespace: MobileTrack.Receiver.Models
Assembly: MobileTrack.Receiver (in MobileTrack.Receiver.exe) Version: 0.8+f6fd7a919db8417bc1e7bfd9b2ff9ab9586e296a
public int? BatteryLevel { get; set; }

Property Value

NullableInt32

Remarks

The value should be between 0 and 100.

See Also