ocpp 0.24.1
A C++ implementation of the Open Charge Point Protocol
Public Member Functions | Public Attributes | List of all members
ocpp::v2::ReportedChargingProfile Struct Reference

This enhances the ChargingProfile type by additional paramaters that are required in the ReportChargingProfilesRequest (EvseId, ChargingLimitSourceEnum) More...

#include <types.hpp>

Public Member Functions

 ReportedChargingProfile (const ChargingProfile &profile, const int32_t evse_id, const ChargingLimitSourceEnum source)
 

Public Attributes

ChargingProfile profile
 
int32_t evse_id
 
ChargingLimitSourceEnum source
 

Detailed Description

This enhances the ChargingProfile type by additional paramaters that are required in the ReportChargingProfilesRequest (EvseId, ChargingLimitSourceEnum)


The documentation for this struct was generated from the following file: