Table of Contents

Class VehicleChargingData

Namespace
Geotab.Checkmate.ObjectModel.Charging
Assembly
Geotab.Checkmate.ObjectModel.dll

Contains the vehicle's status data pertaining to charging

public class VehicleChargingData
Inheritance
VehicleChargingData
Inherited Members

Constructors

VehicleChargingData()

public VehicleChargingData()

Properties

ACVoltageData

Gets or sets alternating current voltage data.

public List<StatusData>? ACVoltageData { get; set; }

Property Value

List<StatusData>

Alternating current voltage data.

BatteryPowerInChargingData

Gets or sets the power going into the battery in the form of DC (W).

public List<StatusData>? BatteryPowerInChargingData { get; set; }

Property Value

List<StatusData>

The power going into the battery in the form of DC (W).

BatteryTotalDrivingEnergyInData

Gets or sets the total energy going into the battery while driving.

public List<StatusData>? BatteryTotalDrivingEnergyInData { get; set; }

Property Value

List<StatusData>

The total energy going into the battery while driving.

BatteryTotalDrivingEnergyOutData

Gets or sets the total energy coming out of the battery while driving.

public List<StatusData>? BatteryTotalDrivingEnergyOutData { get; set; }

Property Value

List<StatusData>

The total energy coming out of the battery while driving.

OnBoardChargerPowerACInData

Gets or sets on board charger power data from an AC charger.

public List<StatusData>? OnBoardChargerPowerACInData { get; set; }

Property Value

List<StatusData>

On board charger power data from an AC charger.

OnBoardChargerPowerDCOutData

Gets or sets power coming out of the on-board charger in the form of DC (W).

public List<StatusData>? OnBoardChargerPowerDCOutData { get; set; }

Property Value

List<StatusData>

Power coming out of the on-board charger in the form of DC (W).

SocData

Gets or sets state of charge (SOC) data.

public List<StatusData>? SocData { get; set; }

Property Value

List<StatusData>

State of charge (SOC) data.

TotalLifetimeBatteryEnergyInACChargingData

Gets or sets the energy going into the battery from the on-board charger (kWh).

public List<StatusData>? TotalLifetimeBatteryEnergyInACChargingData { get; set; }

Property Value

List<StatusData>

The energy going into the battery from the on-board charger (kWh).

TotalLifetimeBatteryEnergyInDCChargingData

Gets or sets the energy going into the battery from a DC fast charger (kWh).

public List<StatusData>? TotalLifetimeBatteryEnergyInDCChargingData { get; set; }

Property Value

List<StatusData>

The energy going into the battery from a DC fast charger (kWh).

TotalLifetimeBatteryEnergyOutACChargingData

Gets or sets the energy coming out the battery from the on-board charger (kWh).

public List<StatusData>? TotalLifetimeBatteryEnergyOutACChargingData { get; set; }

Property Value

List<StatusData>

The energy coming out the battery from the on-board charger (kWh).

TotalLifetimeBatteryEnergyOutDCChargingData

Gets or sets the energy coming out the battery from a DC fast charger (kWh).

public List<StatusData>? TotalLifetimeBatteryEnergyOutDCChargingData { get; set; }

Property Value

List<StatusData>

The energy coming out the battery from a DC fast charger (kWh).

TotalLifetimeOnBoardChargerEnergyACInData

Gets or sets total lifetime on board charger energy in data during ac charging.

public List<StatusData>? TotalLifetimeOnBoardChargerEnergyACInData { get; set; }

Property Value

List<StatusData>

Total lifetime on board charger energy in data during ac charging.

TotalLifetimeOnBoardChargerEnergyDCInData

Gets or sets the total energy coming out of the on-board charger in the form of DC (kWh)

public List<StatusData>? TotalLifetimeOnBoardChargerEnergyDCInData { get; set; }

Property Value

List<StatusData>

The total energy coming out of the on-board charger in the form of DC (kWh)

TripsData

Gets or sets the trips. This is used to calculate distance data.

public List<Trip>? TripsData { get; set; }

Property Value

List<Trip>

The trips. This is used to calculate distance data.