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

Struct that holds a VariableAttribute struct and an database id. More...

#include <init_device_model_db.hpp>

Public Attributes

std::optional< uint64_t > db_id
 The id in the database, if the record is read from the db.
 
std::optional< std::string > value_source
 Source of the attribute value (who set the value).
 
VariableAttribute variable_attribute
 The variable attribute.
 

Detailed Description

Struct that holds a VariableAttribute struct and an database id.


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